码迷,mamicode.com
首页 >  
搜索关键字:scl    ( 459个结果
Nested Classes
http://docs.oracle.com/javase/tutorial/java/javaOO/nested.html Why Use Nested Classes? Compelling reasons for using nested classes include the followi ...
分类:其他好文   时间:2017-10-15 23:16:03    阅读次数:274
PLC编码规范
PC在编码规范方面比PLC要好很多。既然它们都是编程语言,那么PC方面的规范是否可以用与PLC呢?答案是肯定的,但需要作取舍。下面规范中的大部分可以用于一般PLC,其中有些只是针对西门子博途,使用时需注意。变量命名目前PLC中的变量命名没有统一的规则,这方面我们可以参考PC编程,在PC的编程中有如下... ...
分类:其他好文   时间:2017-10-15 14:37:23    阅读次数:194
jquery初识
jQuery初识 ...
分类:Web程序   时间:2017-10-12 22:58:12    阅读次数:154
I2C总线协议学习笔记
I2C(Inter-Integrated Circuit:内置集成电路)总线的概念: I2C通讯只需要2条双向总线——一条数据线SDA(serial data:串行数据线),一条时钟线SCL(serial clock:串行时钟线)。SDA线用于传输数据,SCL线用于同步数据收发。SDA线传输数据是大 ...
分类:其他好文   时间:2017-10-09 22:29:42    阅读次数:261
my plan for my college
I’ve got a plan for my college life. Firstly I will join a physical exercise team to build my muscle. Secondly I would learn some skills which would h ...
分类:其他好文   时间:2017-10-09 00:35:26    阅读次数:160
[Javascript] Classify text into categories with machine learning in Natural
In this lesson, we will learn how to train a Naive Bayes classifier or a Logistic Regression classifier - basic machine learning algorithms - in order ...
分类:编程语言   时间:2017-10-03 19:43:51    阅读次数:205
表单验证学习
jQuery-Validate验证插件的使用步骤详解 1摘要 我们知道,用户在注册的时候,会有个表单页面,然后有些选项是必填的,有些要填的内容是有规范的,这些都要在用户提交之前进行验证才行,如果不符合要求,需要在右边显示一个友好的提示,让用户修改。 记得以前在学习Servlet的时候,实现一个简单的 ...
分类:其他好文   时间:2017-10-01 11:26:14    阅读次数:244
C# asp:FileUpload上传文件使用JS实现预览效果
js代码: <script type="text/javascript"> //下面用于图片上传预览功能 function setImagePreview() { var docObj = document.getElementById("fileImg"); var imgObjPreview = ...
分类:Windows程序   时间:2017-09-28 14:09:03    阅读次数:262
阿里云短信发送
一、准备工作: 1、下载SDK工具包 https://help.aliyun.com/document_detail/55359.html?spm=5176.doc55451.2.6.BgY073 2、申请ID和Secret 3、申请签名 https://dysms.console.aliyun.c ...
分类:其他好文   时间:2017-09-27 14:53:56    阅读次数:295
MySQL出现:com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure Last packet sent to the server was 0 ms ago.
1、首先检查生产环境的机器是否ping的通和telnet的通数据库 2、排查数据库连接的参数 3、看数据量是否很大 参考: http://blog.csdn.net/sclxf/article/details/5775125 ...
分类:数据库   时间:2017-09-27 13:26:40    阅读次数:183
459条   上一页 1 ... 29 30 31 32 33 ... 46 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!