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
shell 脚本编写
https://github.com/qinjx/30min_
guides
/blob/master/shell.mdhttp://www.runoob.com/linux/linux-shell.html
菜鸟冲冲冲
·
2019-04-22 10:52
Dart语言基础之异常
原文:https://www.dartlang.org/
guides
/language/language-tour异常Dart代码可以抛出或捕获异常.如果未捕获异常,Iftheexceptionisn’
星空下奔跑
·
2019-04-20 23:27
Dart语言基础之异步
原文:https://www.dartlang.org/
guides
/language/language-tour#asynchrony-supportDart库中包含许多返回Future或Stream
星空下奔跑
·
2019-04-20 21:46
Dart语言基础之运算符
原文:https://www.dartlang.org/
guides
/language/language-tourDart运算符定义了下表中的运算符。
星空下奔跑
·
2019-04-20 21:04
Dart语言基础之变量
原文:https://www.dartlang.org/
guides
/language/language-tour变量定义一个变量并初始化它:varname='Bob';变量储存引用,一个叫name的变量包含了一个值为
星空下奔跑
·
2019-04-20 21:14
Dart语言基础之初识
原文:https://www.dartlang.org/
guides
/language/language-tourDart是谷歌开发的计算机编程语言,后来被Ecma(ECMA-408)认定为标准[1]。
星空下奔跑
·
2019-04-20 21:02
R中绘图包ggplot2的用法
在这个绘图包下,我们可以通过用符号对data,transformation,scale,coordinates,elements,
guides
,display等一系列独立的步骤的搭配叠加,来实现高质量的统计绘图
专抢小孩糖糖
·
2019-04-04 23:26
Flutter 开发iOS插件 引用三方框架
打开文件夹其中有个目录是ios,仔细查看有个alioss.podspec文件,用CocaPods创建过自己库的同学应该不陌生,文件内容如下:##TolearnmoreaboutaPodspecseehttp://
guides
.cocoapods.org
東玖零
·
2019-04-04 13:36
快速入门 Akka Java 指南
原文链接:https://developer.lightbend.com/
guides
/akka-quickstart-java/index.html温馨提示:Akka中文指南的GitHub地址为「akka-guide
CG国斌
·
2019-04-01 18:55
Akka
Actor
Quickstart
译文那些事儿
Akka
中文指南
Oracle Helidon访问rest示例
io.helidon.archetypes\-DarchetypeArtifactId=helidon-quickstart-mp\-DarchetypeVersion=1.0.0\-DgroupId=io.helidon.
guides
engchina
·
2019-03-14 10:28
Helidon
react-router4路由分包加载,webpack4 + react16 + react-router4 + babel7包版本匹配
babel/plugin-syntax-dynamic-import+loadable-components,地址https://reacttraining.com/react-router/web/
guides
cookysurongbin
·
2019-03-12 15:59
react
react-router4路由分包加载,webpack4 + react16 + react-router4 + babel7包版本匹配
babel/plugin-syntax-dynamic-import+loadable-components,地址https://reacttraining.com/react-router/web/
guides
cookysurongbin
·
2019-03-12 15:59
react
Spring Data(二)|Spring Data JDBC实践之使用JDBC访问关系数据
参考官方文档:https://spring.io/
guides
/gs/relational-data-access环境:IDEA、Java8、maven、springboot实践内容:使用JDBC访问关系数据
白衬衫猿
·
2019-03-08 13:01
java
Spring
X86汇编快速入门
指令手册:https://software.intel.com/en-us/articles/intel-sdm本文翻译自:http://www.cs.virginia.edu/~evans/cs216/
guides
yanyan_happy0506
·
2019-03-05 11:01
x86
linux shell script脚本
这里有个30分钟上手的文档,写得很极简:https://github.com/qinjx/30min_
guides
/blob/master/shell.md有关bash的操作1.一个bash就是一个独立的程序
生变论
·
2019-03-04 16:05
react路由
RouteMatchingandcomponentrenderchildren//Navigationand参考reactrouterhttps://reacttraining.com/react-router/web/
guides
书简_yu
·
2019-02-26 23:00
springboot整合websocket
参考链接:https://spring.io/
guides
/gs/messaging-stomp-websocket/使用Maven构建项目pom文件参考,其它工具构建方式类似,具体参考官网org.springframework.bootspring-boot-starter-parent2.0.5
cisco_huang
·
2019-02-24 21:00
websocket
Maven传递依赖的坑:父pom中dependencyManagement版本优先级高于传递依赖版本
二、原因maven官方有下面一段话:https://maven.apache.org/
guides
/i
三国梦回
·
2019-02-18 13:00
一、微服务架构-网关spring cloud gateway
这篇文章讲述了如何简单地使用SpringCloudGateway,来源于SpringCloud官方案例,地址https://spring.io/
guides
/gs/gateway一、简介gateway是什么
随笔发烧友
·
2019-02-12 10:34
springboot
java
springcloud
gateway
使用MagicOnion实现gRPC
1.什么是gRPC官方文档:https://grpc.io/docs/
guides
/index.html2.什么是MagicOnionMagicOnion开源地址:https://github.com/
HANFAN
·
2019-01-21 15:00
第三章(1.5)关于tensorflow优化器 optimizer 的选择
下面是TensorFlow中的优化器:这里写图片描述详情参见:https://www.tensorflow.org/api_
guides
/python/train在keras中也有SGD,RMSprop
_两只橙_
·
2019-01-13 15:30
webpack打包工具的使用总结(总结最通用的)
官方的指南:https://www.webpackjs.com/
guides
/这个网站的介绍比较容易懂:https://malun666.github.io/aicoder_vip_doc/#pages
比特币爱好者007
·
2019-01-09 21:33
webpack
springboot学习(一)
springboot,开门见山,奉上官网链接供大家学习:http://spring.io/
guides
/gs/rest-service/#scratch学习一个新技术的时候,强烈建议阅读官方文档和阅读官方实例哈
菜鸟王小明
·
2018-12-18 17:48
spring
boot
SpringBoot启动器目录问题导致无法访问报错404
入门学习SpringBoot时遇到了一个问题,纠结了好长时间源码资源:https://spring.io/
guides
/gs/rest-service/访问i地址:http://localhost:8080
dingpeiqiang
·
2018-12-17 11:19
SPRINGBOOT
SpringCloud_Gateway
SpringCloudZuul微服务网关是netflex集成于其他服务,Zuul2.0停止更新SpringCloudGateway是Spring自己研发的1.官网地址1.https://spring.io/
guides
郭鹏飞
·
2018-12-10 00:00
gateway
springcloud
实现websocket使用sockjs和stomp遇到的问题
今天在捣鼓websocket的时候遇到了麻烦,本想着比较简单就照着Springboot给的教程:https://spring.io/
guides
/gs/messaging-stomp-websocket
pushme_pli
·
2018-12-08 13:53
前端
Maven中的几个重要概念:lifecycle, phase and goal
转Maven中的几个重要概念:lifecycle,phaseandgoal原文:http://maven.apache.org/
guides
/introduction/introduction-to-the-lifecycle.html
niguangfeixiang911
·
2018-12-02 16:56
maven
maven
EXTJS6.2.0更换主题
theme的可选值在ext\classic中可以找到具体的操作可参考EXTJS官方文档(关于主题的),参考网址如下:https://docs.sencha.com/extjs/6.2.0/
guides
/
今天喝拿铁_d6eb
·
2018-11-30 11:10
组内连续三个或三个以上Repeated Measures ANOVA
1,https://statistics.laerd.com/statistical-
guides
/repeated-measures-anova-statistical-guide.php是什么东西?
天人合一peng
·
2018-11-26 09:44
数学与实验数据处理
github desktop使用指南
githubdesktop入门本文内容整理来自于https://help.github.com/desktop/
guides
/。将英文文档结合个人使用过程进行了整理,仅供参考。
bupt_zh
·
2018-11-14 00:00
maven中setting.xml配置详解
https://maven.apache.org/
guides
/mini/guide-mirror-settings.html E:/work/maven-repository false-->
第三眼的思绪
·
2018-11-11 09:26
Java基础
maven
Spring Cloud Gateway初体验
本文出自方志朋的博客点击获取SpringCloud、SpringBoot视频这篇文章讲述了如何简单地使用SpringCloudGateway,来源于SpringCloud官方案例,地址https://spring.io/
guides
方志朋
·
2018-11-06 00:00
springcloud
史上最简单的
Spring
Cloud
教程
EventLoop in Node
参考https://nodejs.org/en/docs/
guides
/event-loop-timers-and-nexttick/https://github.com/creeperyang/blog
monvhh
·
2018-11-05 16:40
puppet 服务端 客户端安装
转载:http://blog.51cto.com/ywzhou/1576141一、安装说明官方安装向导https://docs.puppetlabs.com/
guides
/install_puppet/
SkTj
·
2018-10-30 14:02
VS Code配置Java环境
technetwork/java/javase/downloads/index.html注意要接受许可1.1配置环境变量https://docs.oracle.com/javase/8/docs/technotes/
guides
zoo404
·
2018-10-26 23:02
Java
[译]Kotlin的独门秘籍Reified实化类型参数(上篇)
cover-1.png翻译说明:原标题:GettingRealwithKotlin'sReifiedTypeParameters原文地址:https://typealias.com/
guides
/getting-real-with-reified-type-parameters
mikyou
·
2018-10-26 00:16
wpf教程-metro扁平化样式UI控件库推荐:MahApps.Metro
官方地址:http://mahapps.com/
guides
/quick-start.html效果图:支持控件:ButtonsDataGridDialogsFlipViewFlyoutsMetroWin
Andrewniu
·
2018-10-23 14:48
WPF技术类
《Rails-
Guides
》Reading notes seven:Action View Overview
在Rails中,Web请求由ActionControlle和ActionView处理。通常,ActionController参与和数据库的通信,并在需要时执行CRUD操作,然后由ActionView负责编译响应。ActionView模板使用混合了HTML标签的嵌入式Ruby语言编写。为了避免样板代码把模板弄乱,ActionView提供了许多辅助方法,用于创建表单、日期和字符串等常用组件。模板Act
榆树下的小豆芽儿
·
2018-10-21 16:31
玩转springboot2.x之整合定时任务篇
1springboot默认的定时任务处理查看官方文档:http://spring.io/
guides
/gs/scheduling-tasks/我们这里将根据官方文档进行讲解如何使用。
桌前明月
·
2018-10-17 16:22
【SpringBoot】
spring cloud docker容器化
/blog.csdn.net/liubingyu12345/article/details/79015966SpringBootwithDocker官方参考URL:https://spring.io/
guides
西京刀客
·
2018-10-16 18:19
Docker
文本分类
应用:垃圾邮件分类、主题分类、情感分析workflow:https://developers.google.com/machine-learning/
guides
/text-classification
Shingle_
·
2018-10-14 13:28
机器学习
自然语言处理
GitHub使用教程——GitHub官方指南【翻译】
你好世界原文地址https://
guides
.github.com/activities/hello-world/Hello项目是计算机程序设计中一个古老的传统.这是一个简单的练习,让你开始学习一些新的东西
多纤果冻
·
2018-10-10 23:05
后端
Effective Dart中一些中值得注意的条目
整理自http://dart.goodev.org/
guides
/language/effective-dart设计API的部分没有整理,如果需要提供API可以参考上述链接。
DrunkPian0
·
2018-10-10 19:40
git学习笔记(二)
1.删除文件本地删除rm(文件名)暂缓区删除gitrm(文件名)2.GitHub创建远程仓库(1)进入https://
guides
.github.com/根据tutorial创建一个repository
月半琴
·
2018-09-07 08:38
git
springboot定时任务
springboot定时任务参考:http://spring.io/
guides
/gs/scheduling-tasks/创建一个springboot定时任务非常容易,2步完成:1)在启动类(Application
luckystar2008
·
2018-08-30 17:00
springboot系列
std::to_string is not memember of std android
cmake构建就没这个问题c++库的问题(https://developer.android.com/ndk/
guides
/cpp-support?
commshare
·
2018-08-16 13:23
Android
android jni介绍
JniAPI:https://docs.oracle.com/javase/8/docs/technotes/
guides
/jni/spec/jniTOC.htmlJNIEnv、jobject和jclass
home_xu
·
2018-08-09 10:14
android
jni
Android
Kotlin Java 互通指南
本文翻译自AndroidKotlinGuides的InteropGuide,翻译项目地址为:https://github.com/msdx/kotlin-
guides
-cn,欢迎关注及校正。
貌似掉线
·
2018-08-07 07:22
Kotlin笔记
Android笔记
spring boot 单元测试
docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#boot-features-testinghttps://spring.io/
guides
bin_csdn_
·
2018-08-05 02:39
Spring
Boot
Dart语法学习
operators控制流程语句异常Exceptions函数Function类Class类-方法类-抽象类类-隐式接口类-扩展一个类(重写)库和可见性异步支持参考资料https://www.dartlang.org/
guides
GuoDongW
·
2018-07-29 17:48
上一页
18
19
20
21
22
23
24
25
下一页
按字母分类:
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
其他