上一页 1 2 3 4 5 6 7 ··· 12 下一页
摘要: 关于库: jar包中对于引用第三方库的话,需要再exe4j中引用。 rxtx http://rxtx.qbang.org/wiki/index.php/Download 阅读全文
posted @ 2019-09-24 14:01 zhaocundang 阅读(370) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2018.cnblogs.com/blog/782772/201907/782772-20190715130646978-1283571979.png) 阅读全文
posted @ 2019-07-15 13:07 zhaocundang 阅读(201) 评论(0) 推荐(0) 编辑
摘要: import datetime nowtime = datetime.datetime.now() nowtime.strftime("%Y %m %d %H:%M:%S.") + str(nowtime.microsecond) 阅读全文
posted @ 2019-06-25 13:35 zhaocundang 阅读(214) 评论(0) 推荐(0) 编辑
摘要: js arry: var arry = []; js object: var obj = {}; obj定义属性: obj.filename=''; obj.id=''; 把 obj 添加到 arry arry.push(obj); 阅读全文
posted @ 2019-06-14 11:03 zhaocundang 阅读(1006) 评论(0) 推荐(0) 编辑
摘要: ``` 法1 apt-get install tzdata sudo dpkg-reconfigure tzdata ``` ``` 法2 sudo raspi-config 选择时区 shanghai ``` 阅读全文
posted @ 2019-06-07 14:52 zhaocundang 阅读(502) 评论(0) 推荐(0) 编辑
摘要: ``` 1 t1="3123982193.090000000"; 2 t2="7872348342.003000000"; 3 if [ eq 1 ] ; then 4 echo "t2 is big"; 5 fi 6 echo $t2 ~ ~ ~ 使用expr,返回1表示a a b, 0表示a&l 阅读全文
posted @ 2019-06-05 22:23 zhaocundang 阅读(593) 评论(0) 推荐(0) 编辑
摘要: 个人拥有的设备是: 树莓派2b 默认的用户名: pi 默认的密码是: raspberry 阅读全文
posted @ 2019-06-04 22:49 zhaocundang 阅读(7174) 评论(0) 推荐(0) 编辑
摘要: MQTT emq 服务搭建 阅读全文
posted @ 2019-05-29 13:38 zhaocundang 阅读(537) 评论(0) 推荐(0) 编辑
摘要: 0. 拷贝工程到系统根,然后需要赋予权限 sudo chmod 777 R WebSSH2/ 1. git clone https://github.com/zhaocundang/WebSSH2.git 2. depends : node.js v8 npm ERR! webpack cli@3. 阅读全文
posted @ 2019-04-21 18:36 zhaocundang 阅读(3185) 评论(1) 推荐(0) 编辑
摘要: ![](https://img2018.cnblogs.com/blog/782772/201904/782772-20190415093959335-1180500671.gif) 阅读全文
posted @ 2019-04-15 09:39 zhaocundang 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 1. yum install ffmpeg: 2. ffmpeg usage 阅读全文
posted @ 2019-04-09 15:07 zhaocundang 阅读(6739) 评论(0) 推荐(0) 编辑
摘要: 首先需要下载 nginx 1.8.1 : http://nginx.org/download/nginx 1.8.1.tar.gz nginx rtmp module : https://github.com/arut/nginx rtmp module 安装nginx 1.安装nginx 1.8. 阅读全文
posted @ 2019-04-09 10:33 zhaocundang 阅读(1723) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2018.cnblogs.com/blog/782772/201902/782772-20190226100818990-1117401463.png) ![](https://img2018.cnblogs.com/blog/782772/201903/782772-20190327094717228-562510158.png) ![](https://img... 阅读全文
posted @ 2019-02-26 10:09 zhaocundang 阅读(145) 评论(0) 推荐(0) 编辑
摘要: H5的storage有sessionstorage&localStorage,其中他们的共同特点是API相同 下面直接上代码,storage中的存储与删除: <!DOCTYPE html H5的storage //localStorage存值永久有效 function setItems(){ var 阅读全文
posted @ 2019-02-15 13:12 zhaocundang 阅读(2031) 评论(0) 推荐(0) 编辑
摘要: http://www.runoob.com/try/try.php?filename=bootstrap3 listgroup links http://www.runoob.com/bootstrap/bootstrap list group.html 阅读全文
posted @ 2019-02-13 16:13 zhaocundang 阅读(257) 评论(0) 推荐(0) 编辑
摘要: 使用eclipse启动tomcat,正常模式下可以启动tomcat,却在debug模式下无法启动tomcat。 这个问题可能是由于eclipse和tomcat的交互而产生的,在以debug模式启动tomcat时,发生了读取文件错误,eclipse自动设置了断点,导致tomcat不能正常启动。 解决方 阅读全文
posted @ 2019-02-13 09:49 zhaocundang 阅读(958) 评论(0) 推荐(0) 编辑
摘要: 折叠 | Collapse 左側導航菜單 用panel collapse 參考: 在線運行: http://www.runoob.com/try/try.php?filename=bootstrap3 plugin dropdown method 其他參考: 阅读全文
posted @ 2019-02-11 23:11 zhaocundang 阅读(196) 评论(0) 推荐(0) 编辑
摘要: js $(' table').bootstrapTable({ columns: [{ field: 'id', title: 'Item ID' }, { field: 'name', title: 'Item Name' }, { field: 'price', title: 'Item Pri 阅读全文
posted @ 2019-02-11 10:51 zhaocundang 阅读(341) 评论(0) 推荐(0) 编辑
摘要: maven配置 ➜ ~ cd /Applications/IntelliJ\ IDEA.app/Contents/plugins/maven/lib/maven3/conf ➜ conf vim settings.xml pom src/main/resources/applicationConte 阅读全文
posted @ 2019-02-07 00:47 zhaocundang 阅读(437) 评论(0) 推荐(0) 编辑
摘要: 时间2019 1 2 地点上海 packageservice; importjava.text.SimpleDateFormat; importjava.util.Date; publicclasstest2{ publicstaticString[][]num0=newString[][]{{"" 阅读全文
posted @ 2019-01-05 23:27 zhaocundang 阅读(229) 评论(0) 推荐(0) 编辑
摘要: ``` Failed to load the JNI shared library 解决方法 换了JDK 32位x86的 打开32位 eclipse 2017 oxygen 出现这个问题,修改 配置文件 指定一下32位jdk javaw.exe即可。 阅读全文
posted @ 2018-12-19 16:16 zhaocundang 阅读(271) 评论(0) 推荐(0) 编辑
摘要: ``` 获取本类service路径,然后字符串截取和拼接 String classpath= this.getClass().getResource("/").getPath(); String path = classpath.substring(0,classpath.length() - "WEB-INF/classes/".length()); ... 阅读全文
posted @ 2018-12-17 12:50 zhaocundang 阅读(399) 评论(0) 推荐(0) 编辑
摘要: 首先更改centos系统中文乱码 warning: setlocale: LC_CTYPE: cannot change locale (UTF 8): No such file or directory mysql中文乱码 修改 vim /etc/my.cnf 阅读全文
posted @ 2018-12-12 10:14 zhaocundang 阅读(1903) 评论(0) 推荐(0) 编辑
摘要: list 添加对象时,没有把new object写到循环体里,导致最后添加了相同的一个对象; 阅读全文
posted @ 2018-12-10 19:12 zhaocundang 阅读(1009) 评论(0) 推荐(0) 编辑
摘要: ``` WebSocket示例 open 发送 ``` ``` package Test; import javax.websocket.OnClose; import javax.websocket.OnError; import javax... 阅读全文
posted @ 2018-12-03 14:38 zhaocundang 阅读(658) 评论(0) 推荐(0) 编辑
摘要: 前言 具体操作 关于websocket 采用注解指明URL,采用tomcat启动的方式来做: 总结 阅读全文
posted @ 2018-12-03 11:06 zhaocundang 阅读(1911) 评论(4) 推荐(1) 编辑
摘要: 要替换的DIV JS 阅读全文
posted @ 2018-11-30 20:53 zhaocundang 阅读(1445) 评论(0) 推荐(0) 编辑
摘要: ACTION STRUTS.XML JSP 阅读全文
posted @ 2018-11-27 19:32 zhaocundang 阅读(507) 评论(0) 推荐(0) 编辑
摘要: 配置struts校验发生No result defined for action actions.AdminLoginAction and result input,但是登录,success.jsp,failed.jsp都好使, 验证空值输入(校验)出现上述问题。 这是struts配置有问题! in 阅读全文
posted @ 2018-11-08 11:24 zhaocundang 阅读(340) 评论(0) 推荐(0) 编辑
摘要: 把 "http://www.hibernate.org/dtd/hibernate mapping 3.0.dtd" 改为 "http://hibernate.sourceforge.net/hibernate mapping 3.0.dtd" 阅读全文
posted @ 2018-11-07 13:20 zhaocundang 阅读(475) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2018.cnblogs.com/blog/782772/201811/782772-20181107132042011-1919570968.png) 阅读全文
posted @ 2018-11-06 14:32 zhaocundang 阅读(308) 评论(0) 推荐(0) 编辑
摘要: No matching editors or conversion strategy found not null property references a null or transient value: pojo.Emp.name 阅读全文
posted @ 2018-10-20 18:30 zhaocundang 阅读(263) 评论(0) 推荐(0) 编辑
摘要: 表单使用struts标签,表单中每一个字段都可以这样来赋值 类(action).成员变量 这个叫域模型注入 然后再action中需要set get 阅读全文
posted @ 2018-10-01 22:24 zhaocundang 阅读(284) 评论(0) 推荐(0) 编辑
摘要: DAO POJO service applicationContex.xml 阅读全文
posted @ 2018-09-29 19:44 zhaocundang 阅读(238) 评论(0) 推荐(0) 编辑
摘要: A 类 interface 接口 test 类 阅读全文
posted @ 2018-09-27 22:14 zhaocundang 阅读(3399) 评论(0) 推荐(0) 编辑
摘要: ``` 拖动imageview 选择图片 .png 代码引用: private Imageview pay; pay = (ImageView)findViewById(R.id.imageView2); pay.setImageResource(R.drawable.pay); ``` 阅读全文
posted @ 2018-08-25 21:38 zhaocundang 阅读(15208) 评论(0) 推荐(0) 编辑
摘要: 安装:brew install minicom 配置: 串口是:dev/tty.usbserial minicons s 配置一下: 流控要关掉,不然输入不了 阅读全文
posted @ 2018-08-06 19:42 zhaocundang 阅读(1185) 评论(0) 推荐(0) 编辑
摘要: footer 阅读全文
posted @ 2018-07-24 15:46 zhaocundang 阅读(415) 评论(0) 推荐(0) 编辑
摘要: extra / httpd vhost.conf httpd.conf httpd mpm.conf 为apache连接数配置 阅读全文
posted @ 2018-07-24 15:44 zhaocundang 阅读(2973) 评论(0) 推荐(0) 编辑
摘要: 1.安装apr 1.6.3.tar.gz apr util 1.6.1.tar.bz2 httpd 2.4.34.tar.gz (源码包下载centos7的就行,树莓派版本官方debian) 2.问题:fatal error: expat.h: No such file or directory i 阅读全文
posted @ 2018-07-22 22:27 zhaocundang 阅读(771) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 12 下一页