Stella981 Stella981
3年前
NodeJs在Centos 6.5上部署
环境Centos6.51.安装NodeJs和npmsudo yum install nodejs npm enablerepoepel参考:查看(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fjoyent%2
Easter79 Easter79
3年前
Spring的异步线程处理
Spring封装了JDK的线程池和线程调用,并使用标签就可以开启多线程调用。先进行一个Spring的线程池配置@Configuration@EnableAsyncpublicclassThreadPoolConfigimplementsAsyncConfigurer{@Bean@OverridepublicExecut
Stella981 Stella981
3年前
JQuery中对option的添加、删除、取值
jQuery获取Select选择的Text和Value:1\.$("select\_id").change(function(){//code...});  //为Select添加事件,当选择其中一项时触发2\.varcheckText$("select\_id").find("option:selected").text();  
Wesley13 Wesley13
3年前
JPA之SQL修改语句
昨天遇到一个小问题,是使用JPA的注解对数据进行修改操作对:@Transactional@Modifying@Query("updatePersonpsetp.name?1")voidupdateById(Stringname);这里要注意的是@Transactional注解和@
Easter79 Easter79
3年前
SysUtils.StrCopy、SysUtils.StrECopy
StrCopy和StrECopy都是复制源PChar串到目标PChar串,只是返回值不同;StrCopy返回结果的首地址,StrECopy返回结果的尾(0)地址.unitUnit1;interfaceusesWindows,Messages,S
Stella981 Stella981
3年前
Shell编程基础
本文索引:for循环while循环break跳出循环continue结束本次循环exit退出整个脚本for循环语法:for变量名in条件;do...;donefor循环实例循环计算计算1100的和!/bin/b
Stella981 Stella981
3年前
Nginx+Lua+Tomcat搭建分布式集群
NginxTomcatcluster集群搭建Tomcat1带有newrelic的主Tomcat复制版本Tomcat2纯净的相同版本的TomcatNginx1.8SSL证书原始文件和密码安装Nginxnginx1.8downlo
Stella981 Stella981
3年前
Spring Security教程之Jsp标签(八)
目录1.1     authorize1.2     authentication1.3     accesscontrollist      SpringSecurity也有对Jsp标签的支持的标签库。其中一共定义了三个标签:authorize、authentication和accesscontrollist。其中authent
Wesley13 Wesley13
3年前
Verilog TestBench Coding Style
Abtract关于编写testbench的一些经验总结心得。Introduction1.基本的Testbench结构1)常用的编码结构\timescale1ns/1ps      //时间精度和刻度mo
公孙晃 公孙晃
2年前
苹果电脑专用压缩解压缩工具:BetterZip 5 for Mac
BetterZip是一款Mac操作系统上的压缩和解压缩工具,它可以帮助用户创建、打开、浏览和提取各种不同类型的压缩文件...