E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Guides
[译]关于 pod install 和 pod update 的那点事
原文链接:https://
guides
.cocoapods.org/using/pod-install-vs-update.html译者:Soledad微博:@CaiYue_CocoaPods介绍很多人刚接触
CaiYue_
·
2020-02-23 00:34
CocoaPods 的安装及使用
cocoapods官网:https://
guides
.cocoapods.org因自己最近安装cocoapods就自己整理一下(macOSSierra10.12.5+xcode8.3.2)一、CocoaPods
我是一条小青龙_
·
2020-02-22 17:06
CocoaPods的使用
http://
guides
.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
黄易女民工jiang
·
2020-02-20 09:37
创建自定义块 - 定义块
title:创建自定义块-定义块CreateCustomBlocks-DefineBlocks原文链接:https://developers.google.com/blockly/
guides
/create-custom-blocks
mimimomo
·
2020-02-19 16:20
Android Studio JNI调用
https://developer.android.google.cn/ndk/
guides
/index.html原生开发工具包(NDK)是一组可让您在Android应用中利用C和C++代码的工具。
欠儿不登
·
2020-02-19 14:14
博弈论:数字货币
原文链接:https://blockgeeks.com/
guides
/cryptocurrency-game-theory/原文标题:WhatisCryptocurrencyGameTheory:ABasicintroductionNOTE
奔跑的番茄酱
·
2020-02-19 14:17
发布自己的pods到CocoaPods(转载)
首先更新了用trunk之后,CocoaPods需要0.33版本以上的,用pod--version查看,如果版本低,需要更新pod参考
guides
.cocoapods.org/making/gett…1.
江山此夜寒
·
2020-02-19 12:40
(翻译)又一个Android Sqlite库: Cupboard
(翻译)又一个AndroidSqlite库:CupboardTags:android原文:https://
guides
.codepath.com/android/Easier-SQL-with-Cupboard
zty5678
·
2020-02-18 14:08
cocoapods简单总结(一)
cocoapods的使用参考https://
guides
.cocoapods.org参考http://blog.csdn.net/baidu_30511379/article/details/52450794
Rui哥
·
2020-02-18 11:29
cocoapods 公开库构造
构建项目框架至gitpodspeccreatexxxx构建xxxx.podspec修改podspec文件中相应内容具体参考官方文档
guides
.cocoapods.org/syntax/podspec.html
金克拉拉拉拉
·
2020-02-18 00:56
如何进行ios深入学习
ios技术的学习官方文档sampleCode(示例代码)
Guides
(指南)Reference(API参考)博客CocoaChina---objc中国----csdn微博微信公众号ios开发(iosDevTips
yqMe
·
2020-02-17 23:43
Using webpack-dev-server
官方讲解地址:https://webpack.js.org/
guides
/development/#using-webpack-dev-serverThewebpack-dev-serverprovidesyouwithasimplewebserverandtheabilitytouselivereloading.Let'ssetitup
ladybug7
·
2020-02-17 16:00
Using Watch Mode
官方文档地址:https://webpack.js.org/
guides
/development/#using-watch-modeYoucaninstructwebpackto"watch"allfileswithinyourdependencygraphforchanges.Ifoneofthesefilesisupdated
ladybug7
·
2020-02-17 16:00
[Spring
Guides
] 使用Restful Web 服务
本指南将引导您完成创建使用RESTfulWeb服务的应用程序的过程。您将构建一个使用Spring的RestTemplate的应用程序,以接收从http://gturnquist-quoters.cfapps.io/api/random取回随机的SpringBoot引用。使用Maven构建应用程序pom.xml配置如下:4.0.0org.springframeworkgs-consuming-res
谢随安
·
2020-02-14 18:17
通过iTunes共享文件到Document目录
将电脑上的文件传输到App的沙盒目录当中.为App添加离线数据.也可以将App沙盒目录下保存的文件通过iTunes导出到电脑当中.官方文档中的描述在"iOS9.3Documentation">"General">"
Guides
zhouyuhan
·
2020-02-14 02:43
W14L19-L20-电商法律问题
营业执照③税务登记证2.阅读一篇以上ecommercelaws相关英文文章,按最新要求列出相关内容标题:EcommerceLegalsandLaw链接:https://ecommerceguide.com/
guides
p22131704
·
2020-02-13 21:47
logstash同步MySQL数据到Elasticsearch
1.从SpringBoot下载项目https://spring.io/
guides
/gs/accessing-data-mysql/2.配置SpringBoot连接MySQL(位置:resources/
王晓天
·
2020-02-13 20:00
jvm-doc
/docs/technotes/tools/unix/index.htmlTroubleshootinghttps://docs.oracle.com/javase/8/docs/technotes/
guides
泠泉
·
2020-02-12 12:24
(1)includes解决N+1查询问题
参考资料:http://
guides
.ruby-china.org/active_record_querying.html#%E6%8C%89%E9%9C%80%E5%8A%A0%E8%BD%BD%E5%
suhuanzhen
·
2020-02-12 07:51
R语言与医学统计图形-【20】ggplot2图例
1.
guides
及
guides
_legend函数guide_legend函数参数:guide_legend(title=,#图例标题title.position=,#top/bottom/r
米源MY
·
2020-02-11 19:19
微服务之docker(二)
一.SpringCloud/SpringBoot整合docker使用docker的maven组建构建springboot应用(官方文档:https://spring.io/
guides
/gs/spring-boot-docker
不忘初心5470
·
2020-02-09 12:00
应用程序集成 - 自定义块:最佳实践
title:应用程序集成-自定义块:最佳实践CustomBlocks:BestPractices原文:https://developers.google.com/blockly/
guides
/app-integration
mimimomo
·
2020-02-09 11:28
Dart语言基础之流程控制
原文:https://www.dartlang.org/
guides
/language/language-tourifandelseforloopswhileanddo-whileloopsbreakandcontinueswitchandcaseassertswitchDart
星空下奔跑
·
2020-02-09 02:08
CocoaPods安装、使用及常见问题解决
一、简介CocoaPods官网https://
guides
.cocoapods.org什么是CocoaPods?
米_豆腐
·
2020-02-09 01:40
【译】Node事件循环
原文链接https://nodejs.org/en/docs/
guides
/event-loop-timers-and-nexttick/参考链接http://www.cnblogs.com/MuYunyun
Observer_____
·
2020-02-07 13:45
2020-01-14 转载【dpdk】使用libpcap-PMD驱动收发包
https://doc.dpdk.org/
guides
/nics/pcap_ring.html中文资料转自https://www.cnblogs.com/zzqcn/p/4902373.html所有dpdk
阿群1986
·
2020-02-02 17:32
2015-11-19 转载 DPDK支持的网卡类型
https://doc.dpdk.org/
guides
/nics/igb.htmlDPDK网卡支持的类型此博文包含图片(2015-11-1908:52:45)转载▼标签:dpdk网卡支持的类型分类:DPDKDPDKSupportedNICsIntele1000
阿群1986
·
2020-02-01 21:54
OpenCASCADE编译
参考文档:https://dev.opencascade.org/doc/overview/html/occt_dev_
guides
__building_3rdparty_windows.htmlhttps
ParamousGIS
·
2020-01-14 21:00
[Ardunio] ESP Prog JTAG调试
官方教程:https://docs.espressif.com/projects/esp-idf/zh_CN/v3.3.1/api-
guides
/jtag-debugging/index.html#jtag-debugging-introduction
Cocoonshu
·
2020-01-12 17:01
Vue--webpack实时重新加载
参考:https://webpack.docschina.org/
guides
/development/#使用-webpack-dev-server安装在当前项目下安装
邹邹很busy。
·
2020-01-10 20:00
Prometheus监控k8s安装使用过程
exporter+grafana官方文档:https://prometheus.io/docs/introduction/first_steps/https://prometheus.io/docs/
guides
Jane_51
·
2020-01-09 10:35
jdk1.8虚拟机内存管理与垃圾回收概述
https://docs.oracle.com/javase/8/docs/technotes/
guides
/vm/gctuning/preface.html#gct_preface内存分布java1.8
大大护法
·
2020-01-08 16:32
webpack 常用插件及用途
学习webpack极其推荐跟着这个教程走一遍https://doc.webpack-china.org/
guides
/html-webpack-plugin我们可以看到,webpack生成print.bundle.js
waka
·
2020-01-08 11:38
Axure RP 8新特性:打印向导&打印配置
本文翻译自Axure官方博客:http://www.axure.com/c/blog/143-new-axure-rp-8-print-
guides
-print-configurations.html新的打印向导
龙爪槐守望者
·
2020-01-07 14:45
react
javaScript框架相关文档:React官网:https://reactjs.org/react-router:https://reacttraining.com/react-router/web/
guides
Yaoxue9
·
2020-01-07 12:11
Dart 入门
一.Dart开发环境的配置DartSDKInstall官方文档https://webdev.dartlang.org/
guides
/get-started此处指说明在Mac上的环境搭建安装DartSDK
CarsonChen
·
2020-01-06 01:06
W14L19-L20-电商法律问题
齐全了卫生许可证、健康证、经营许可证2.阅读一篇以上ecommercelaws相关英文文章,按最新要求列出相关内容链接:https://ecommerceguide.com/
guides
/ecommerce-legals
p22131720
·
2020-01-05 22:21
[译]Kotlin中内联类的自动装箱和高性能探索(二)
翻译说明:原标题:InlineClassesandAutoboxinginKotlin原文地址:https://typealias.com/
guides
/inline-classes-and-autoboxing
mikyou
·
2020-01-05 15:19
cocoapods安装
cocoapods官网:https://
guides
.cocoapods.org一、什么是CocoaPods每种语言发展到一个阶段,就会出现相应的依赖管理工具,例如Java语言的Maven,nodejs
xiaotao123
·
2020-01-04 19:35
Ember.js 入门资料收集
(主要是小老鼠太可爱了)周末收集了很多的学习资料:resource:https://
guides
.emberjs.com/v2.10.0/getting-started/quick-start/bookhttps
kwyjibo
·
2020-01-04 19:55
react-router v4注意事项
关于react-router的大部分资料可以从官方文档中获取https://reacttraining.cn/web/
guides
/quick-start这里写几点自己从v3升级到v4时候出现的问题1.
流动码文
·
2020-01-04 16:04
Spring Batch JPA Gemfire
/www.baeldung.com/introduction-to-spring-batchGettingStarted·CreatingaBatchServicehttps://spring.io/
guides
rgqancy
·
2020-01-03 19:00
React
javaScript框架相关文档:React官网:https://reactjs.org/react-router:https://reacttraining.com/react-router/web/
guides
Abby_qi
·
2020-01-03 06:05
React Advanced
guides
Agenda原文地址JSXInDepthBooleans,Null,andUndefinedAreIgnoredTypecheckingWithPropTypesRefsandtheDOMContextAgendaJSXInDepthBooleans,Null,andUndefinedAreIgnoredTypecheckingWithPropTypesRefsandtheDOMContextJS
woodccc
·
2020-01-02 16:02
2019-11-25 编写cmake 脚本注意事项
Mustinstallnasmoryasm")CMake中的YASM支持https://developer.android.google.cn/ndk/
guides
/cmake#yasm-cmakeNDK
阿群1986
·
2020-01-02 06:26
Java SE 开发必备JDK常用包
javase/downloads/jdk8-downloads-2133151.htmlJDK8官方安装文档https://docs.oracle.com/javase/8/docs/technotes/
guides
汉江龙
·
2020-01-01 08:03
iOS组件化实践(基于CocoaPods)
下面是之前的实践笔记参考资料https://
guides
.cocoapods.org/github代码Demo中的组件式样:cocoapods文档提供了两种方法:方法1podlibcreateYeshifuShareUI
叶业力
·
2020-01-01 00:50
webpack4从安装到使用入过的那些坑
官网中文教程:https://www.webpackjs.com/
guides
/installation/npm文档:https://docs.npmjs.com/1、全局安装安装webpack前要确保已经下载
立正小歪牙
·
2019-12-31 06:22
最新 macOS Sierra 10.12.3 安装CocoaPods及使用详解
cocoapods官网:https://
guides
.cocoapods.org一、什么是CocoaPods每种语言发展到一个阶段,就会出现相应的依赖管理工具,例如Java语言的Maven,nodejs
这小小的葡萄我还从来没吃过
·
2019-12-29 22:40
私有库制作&提交
切记项目名不能与到时候的库名相同,否则会无法制作成库文件3、编写spec文件首先需要创建spec文件podspeccreateBeautyKit创建成功后需要编写spec文件,具体参数写法可参照官方文档:https://
guides
.cocoapods.org
Ven415
·
2019-12-29 12:38
上一页
15
16
17
18
19
20
21
22
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他