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
Cocoapod创建私有pod
记录下创建过程,网上的手顺都很乱.1,安装cocoapod,苹果开发一般都装过了这个.安装方法随便搜有很多.2,创建Lib:podlibcreate[podname]https://
guides
.cocoapods.org
QrrrQ
·
2020-08-19 01:58
记录
ios
swift
CVE-2017-8046 复现与分析
环境搭建使用的项目为https://github.com/spring-
guides
/gs-accessing-data-rest.git里面的complete,直接用IDEA导入,并修改pom.xml
weixin_30715523
·
2020-08-18 22:42
CocoaPod代码库创建,配置Spec踩过的坑
官方说明文档:https://
guides
.cocoapods.org/syntax/podspec.html1、代码中包含静态库s.vendored_libraries='/Pod/Classes/*
滴水成川
·
2020-08-18 18:07
iOS
Spring Boot:建立一个RESTful Web Service
原文地址:https://spring.io/
guides
/gs/rest-service/项目地址:https://github.com/spring-
guides
/gs-rest-service示例环境
Eaton18
·
2020-08-18 10:55
Java
理解内存溢出
原文:https://docs.oracle.com/javase/8/docs/technotes/
guides
/troubleshoot/memleaks002.html内存泄漏的常见现象就是java.lang.OutOfMemoryError
GYC35
·
2020-08-18 07:15
杂记
jvm troubleshoot command: jstat
一、官方文档地址https://docs.oracle.com/javase/8/docs/technotes/
guides
/troubleshoot/tooldescr017.html#BABCDBEA
朱红旭
·
2020-08-18 00:50
jvm
Rocket.Chat - REST API
此处就不在赘述,其具体功能参照以下链接地址:Addresshttps://github.com/RocketChat/Rocket.Chathttps://rocket.chat/docs/developer-
guides
OutbreakUniverse
·
2020-08-17 18:52
Meteor
cocoapod创建私有库
podlibcreateFFTestTogetyoustartedweneedtoaskafewquestions,thisshouldonlytakeaminute.Ifthisisyourfirsttimewerecommendrunningthroughwiththeguide:-https://
guides
发发_小码农
·
2020-08-17 16:57
java中的安全模型(沙箱机制)
www.ibm.com/developerworks/cn/java/j-lo-javasecurity/https://docs.oracle.com/javase/6/docs/technotes/
guides
改变ing
·
2020-08-17 10:49
JVM
Dart基础二方法,类,异常
官方网站:https://www.dartlang.org/
guides
/language/language-tour细节中文教程:https://www.jianshu.com/p/9e5f4c81cc7d
Piston_zg
·
2020-08-17 05:28
Dart
NDK编译——NEON支持
官网网址:https://developer.android.com/ndk/
guides
/cpu-arm-neon.htmlNEON支持本页内容使用LOCAL_ARM_NEON使用.neon后缀构建要求运行时检测示例代码
flyeagle317
·
2020-08-16 20:22
NDK开发
Samples and
Guides
(Start Here)例子和指南(从这里开始)
HelloSpringSecurity演示如何将SpringSecurity与现有的Java配置应用程序集成。HelloSpringSecurityGuideHelloSpringSecurityBoot演示如何将SpringSecurity与现有的SpringBoot应用程序集成。HelloSpringSecurityBootGuideHelloSpringSecurityXML演示如何将Spr
节日快乐
·
2020-08-16 20:00
2019-11-25 编写cmake 脚本注意事项
Mustinstallnasmoryasm")CMake中的YASM支持https://developer.android.google.cn/ndk/
guides
/cmake#yasm-cmakeNDK
liuqun69
·
2020-08-16 19:34
[zz]搜索引擎相关站点收集
730e790641a1727d02088125.html[简单介绍]这里收集了一些搜索引擎相关的站点,热切期盼大家在找到好的相关站点后在后面跟帖,谢谢1,基本策略http://www.lib.berkeley.edu/TeachingLib/
Guides
bigbear802
·
2020-08-16 18:38
web
search
engine
github flavored markdown
https://
guides
.github.com/features/mastering-markdown/老师要求学一些github味的markdown,先整理这么多,以后再整理。
jackcily
·
2020-08-15 18:02
数据结构
编码
使用Cucumber和Spring实践行为驱动开发(BDD)
BDD简介TBD搭建并启动被测服务本文使用了SpringGettingStarted中的RestService,https://spring.io/
guides
/gs/rest-service/,读者可以自行尝试搭建并启动
gongxsh00
·
2020-08-15 14:23
实用技术
Ember学习(8):REOPENING CLASSES AND INSTANCES
英文原址:http://emberjs.com/
guides
/object-model/reopening-classes-and-instances/你不需要一次就完成类全部内容的定义,通过reopen
thinkingForJoy
·
2020-08-15 11:41
Ember
Ember学习(2):Ember的命名约定
英文原址:http://emberjs.com/
guides
/concepts/naming-conventions/Ember.js使用命名约定来连接你的各种对象,从而避免使用过多的引用。
thinkingForJoy
·
2020-08-15 11:40
Ember
Ember学习(7):Bindings
英文原址:http://emberjs.com/
guides
/object-model/bindings/binding可以在两个属性之间创建一个连接关系,当其中一个变化时,另一个会自动获得变化后的新值
thinkingForJoy
·
2020-08-15 11:40
Ember
Ember学习(5):计算型属性和使用@each聚合数据
英文原址:http://emberjs.com/
guides
/object-model/computed-properties-and-aggregate-data/通常,你可能会定义一个计算型属性,它的值依赖于一个数组中的所有元素的值
thinkingForJoy
·
2020-08-15 11:40
Ember
Ember学习(1):Ember核心概念
英文原址:http://emberjs.com/
guides
/concepts/core-concepts/开始学习Ember,你必须了解下面列举的一些核心概念。
thinkingForJoy
·
2020-08-15 11:40
Ember
vscode 初次安装使用指南
gitconfig--globaluser.name"cdshu"gitconfig--globaluser.email"
[email protected]
"3.vscode安装插件-githistory(gitlog)-
guides
weixin_30851867
·
2020-08-15 08:54
[译]Kotlin中内联类(inline class)完全解析(一)
翻译说明:原标题:AnIntroductiontoInlineClassesinKotlin原文地址:typealias.com/
guides
/intr…原文作者:DaveLeeds无论你是编写执行在云端的大规模数据流程程序还是低功耗手机运行的应用程序
weixin_34185364
·
2020-08-15 01:13
Spring websocket 使用
另外还有两个非常经典的例子:一个是https://spring.io/
guides
/gs/messaging-stomp-websocket/,附件参见文章中的下载方法;另外一个例子是https://github.com
weixin_33887443
·
2020-08-14 20:56
[哨兵数据简介一] sentinel2数据类型
https://sentinel.esa.int/web/sentinel/user-
guides
/sentinel-2-msi/overview哨兵2的多光谱探测器包括13个波段,其中4个波段的分辨率为
upuil
·
2020-08-14 20:24
卫星相关
iot 开源平台thingsboard使用总结
参考网址:https://thingsboard.io/docs/getting-started-
guides
/helloworld/github地址:https://github.com/thingsboard
时间道
·
2020-08-14 01:50
Blockly学习系列一:Blockly Mutators使用
目录:mutationToDomdomToMutationcomposedecomposehttps://developers.google.com/blockly/
guides
/create-custom-blocks
weixin_40897235
·
2020-08-13 22:06
blockly
如何选择深度学习优化器
下面是TensorFlow中的优化器,https://www.tensorflow.org/api_
guides
/python/train在keras中也有SGD,RMSprop,Adagrad,Adadelta
csdn王艺
·
2020-08-13 18:07
spring-boot学习:二、创建一个restful web service
如:https://spring.io/
guides
/gs/rest-service/,可下载源码查看,有一个大致的了解。
Kevin.Y.K
·
2020-08-13 14:55
spring-boot
Asset Pipeline in rails 3.1.0
原英文版为:http://
guides
.rubyonrails.org/asset_pipeline.html本文:http://blog.csdn.net/aegoose/article/details
aegoose
·
2020-08-13 12:41
Ruby
on
Rails
rails
coffeescript
stylesheet
web服务
css
服务器
blockly 学习----1.工作区域、块、工具箱
blockly学习1.来源:https://developers.google.com/blockly/
guides
/get-started/web在github下载源码https://github.com
gohxc
·
2020-08-13 11:45
少儿编程
spring-session实现分布式session共享及自定义sessionid
projects.spring.io/spring-session/http://docs.spring.io/spring-session/docs/current/reference/html5/
guides
比鲁斯大王
·
2020-08-12 16:25
session
【java】OOM
官网:https://docs.oracle.com/javase/8/docs/technotes/
guides
/troubleshoot/memleaks002.html1.Exceptioninthreadthread_name
小明6号
·
2020-08-12 11:07
【java】
AQS源码分析(超时、中断与其他)
中并没有好的中断线程的方式,早期引入的Thead.stop()和Thread.resume()容易导致死锁(参考:http://docs.oracle.com/javase/6/docs/technotes/
guides
刘嘉威
·
2020-08-12 11:09
java并发与多线程
dpdk中文-从helloworld看dpdk
讲解DPDK-helloworld之前不得不说的DPDK官方文档,其实看官方文档+example其实很容易学会dpdk的功能+代码;http://fast.dpdk.org/doc/pdf-
guides
bestboyxie
·
2020-08-12 01:00
dpdk
DPDK — 安装部署
代码设置环境变量编译安装目标环境目录加载内核模块绑定网卡到新的内核驱动模块(Intelx710)适配MellanoxConnectX-5网卡(可选)hellowrold官方手册https://doc.dpdk.org/
guides
范桂飓
·
2020-08-12 01:51
DPDK
webpack-cli构建优质项目
本笔记借鉴与https://www.webpackjs.com/
guides
/getting-started/在模块化开发中,我们平常引用个个模块的脚本代码都是通过无法立即体现,脚本的执行依赖于外部扩展库
weixin_42975115
·
2020-08-12 00:52
官方Proetheus CAdvisor监控方法
https://prometheus.io/docs/
guides
/cadvisor/#other-expressions1、这个是具体的说明,一定要一步一步的来,不要一目十行。
SiKongPop
·
2020-08-11 20:36
CloudSim
Extjs6.0搭建项目
www.sencha.com/products/sencha-cmd/安装senchacmd,并且配置cmd环境变量2、生成项目的参考文档:https://docs.sencha.com/cmd/6.6.0/
guides
星月神话_
·
2020-08-11 17:59
Extjs6
一文搞懂华为HMS ML Kit文本识别、银行卡识别、通用卡证识别、身份证识别
1前言查看华为开发者联盟网站的机器学习服务业务介绍https://developer.huawei.com/consumer/cn/doc/development/HMS-
Guides
/ml-introduction
AI_talking
·
2020-08-11 11:00
Mac 安装和测试MongoDB
方法一:下载源码+配置环境博客:https://www.jianshu.com/p/7241f7c83f4a官网:https://docs.mongodb.com/
guides
/server/install
梦dancing
·
2020-08-11 03:35
Mac+Java
GRPC学习笔记(1)
不然你可能都看不懂代码写proto3必看https://developers.google.com/protocol-buffers/docs/proto3gRPC官方文档https://grpc.io/docs/
guides
蓝奕世
·
2020-08-10 20:56
gRPC
github编写Readme添加图片显示不出问题
[note](img_url)note:makedown使用帮助(https://
guides
.github.com/features/mastering-markdown/
chunlu8495
·
2020-08-10 15:16
RabbitMQ windows安装使用
https://spring.io/
guides
/gs/messaging-rabbitmq/1.InstallingonWindowshttps://www.rabbitmq.com/install-windows.html1.1DependenciesRabbitMQrequiresa64
Ruh06
·
2020-08-10 14:28
运维
springboot
Spring Security 【入门小Demo 一】
简单的记录一下本次搭建过程基于官方教程【https://spring.io/
guides
/gs/securing-web/】①使用【SpringInitializr】快速构建项目②之后浏览器就会下载一个
时间观念1
·
2020-08-10 13:42
Spring
Security
spring
VS Code——vscode插件推荐
VSCode插件介绍一下我用的vscode插件目录最终效果美化其他格式支持最终效果美化background修改背景图片BracketPairColorizer括号彩色化vscode-icons美化文件图标
Guides
YukinoSiro
·
2020-08-10 12:22
●软件(Software)
用JMX监测JVM的运行参数
翻译自http://java.sun.com/javase/6/docs/technotes/
guides
/management/agent.html用JMX管理你的JVMJMX是Java管理扩展的缩写
wangchengsi
·
2020-08-10 08:51
J2SE
ImageIO工具类简介及应用
主页:http://java.sun.com/javase/6/docs/technotes/
guides
/imageio/index.htmlJAI中的ImageI/OTools,支持更多图片类型,例如
selfimpr626
·
2020-08-10 03:03
------【工具类】
android developers api
guides
文档学习笔记(目录)
AndroidDevelopersApiGuidesIntroductiontoAndroidApplicationFundamentalsDeviceCompatibilitySystemPermissionsAppComponentsIntentsandIntentFiltersCommonIntentsActivitiesFragmentsLoadersTasksandBackStackOv
cizeal
·
2020-08-09 20:53
Android
Java 读写图像
主页:http://java.sun.com/javase/6/docs/technotes/
guides
/imageio/index.html2.JAI中的ImageI/OTools,支持更多图片类型
香菜聊游戏
·
2020-08-09 17:18
Java
上一页
8
9
10
11
12
13
14
15
下一页
按字母分类:
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
其他