摘要:
关于库: jar包中对于引用第三方库的话,需要再exe4j中引用。 rxtx http://rxtx.qbang.org/wiki/index.php/Download 阅读全文
摘要:
![](https://img2018.cnblogs.com/blog/782772/201907/782772-20190715130646978-1283571979.png) 阅读全文
摘要:
import datetime nowtime = datetime.datetime.now() nowtime.strftime("%Y %m %d %H:%M:%S.") + str(nowtime.microsecond) 阅读全文
摘要:
js arry: var arry = []; js object: var obj = {}; obj定义属性: obj.filename=''; obj.id=''; 把 obj 添加到 arry arry.push(obj); 阅读全文
摘要:
```
法1 apt-get install tzdata
sudo dpkg-reconfigure tzdata ``` ```
法2 sudo raspi-config 选择时区 shanghai ``` 阅读全文
摘要:
``` 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 阅读全文
摘要:
个人拥有的设备是: 树莓派2b 默认的用户名: pi 默认的密码是: raspberry 阅读全文
摘要:
MQTT emq 服务搭建 阅读全文
摘要:
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. 阅读全文
摘要:
![](https://img2018.cnblogs.com/blog/782772/201904/782772-20190415093959335-1180500671.gif) 阅读全文
摘要:
1. yum install ffmpeg: 2. ffmpeg usage 阅读全文
摘要:
首先需要下载 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. 阅读全文
摘要:
![](https://img2018.cnblogs.com/blog/782772/201902/782772-20190226100818990-1117401463.png) ![](https://img2018.cnblogs.com/blog/782772/201903/782772-20190327094717228-562510158.png) ![](https://img... 阅读全文
摘要:
H5的storage有sessionstorage&localStorage,其中他们的共同特点是API相同 下面直接上代码,storage中的存储与删除: <!DOCTYPE html H5的storage //localStorage存值永久有效 function setItems(){ var 阅读全文
摘要:
http://www.runoob.com/try/try.php?filename=bootstrap3 listgroup links http://www.runoob.com/bootstrap/bootstrap list group.html 阅读全文
摘要:
使用eclipse启动tomcat,正常模式下可以启动tomcat,却在debug模式下无法启动tomcat。 这个问题可能是由于eclipse和tomcat的交互而产生的,在以debug模式启动tomcat时,发生了读取文件错误,eclipse自动设置了断点,导致tomcat不能正常启动。 解决方 阅读全文
摘要:
折叠 | Collapse 左側導航菜單 用panel collapse 參考: 在線運行: http://www.runoob.com/try/try.php?filename=bootstrap3 plugin dropdown method 其他參考: 阅读全文
摘要:
js $(' table').bootstrapTable({ columns: [{ field: 'id', title: 'Item ID' }, { field: 'name', title: 'Item Name' }, { field: 'price', title: 'Item Pri 阅读全文
摘要:
maven配置 ➜ ~ cd /Applications/IntelliJ\ IDEA.app/Contents/plugins/maven/lib/maven3/conf ➜ conf vim settings.xml pom src/main/resources/applicationConte 阅读全文
摘要:
时间2019 1 2 地点上海 packageservice; importjava.text.SimpleDateFormat; importjava.util.Date; publicclasstest2{ publicstaticString[][]num0=newString[][]{{"" 阅读全文
摘要:
``` Failed to load the JNI shared library 解决方法 换了JDK 32位x86的 打开32位 eclipse 2017 oxygen 出现这个问题,修改 配置文件 指定一下32位jdk javaw.exe即可。 阅读全文
摘要:
```
获取本类service路径,然后字符串截取和拼接 String classpath= this.getClass().getResource("/").getPath(); String path = classpath.substring(0,classpath.length() - "WEB-INF/classes/".length()); ... 阅读全文
摘要:
首先更改centos系统中文乱码 warning: setlocale: LC_CTYPE: cannot change locale (UTF 8): No such file or directory mysql中文乱码 修改 vim /etc/my.cnf 阅读全文
摘要:
list 添加对象时,没有把new object写到循环体里,导致最后添加了相同的一个对象; 阅读全文
摘要:
``` WebSocket示例 open 发送 ``` ``` package Test; import javax.websocket.OnClose; import javax.websocket.OnError; import javax... 阅读全文
摘要:
前言 具体操作 关于websocket 采用注解指明URL,采用tomcat启动的方式来做: 总结 阅读全文
摘要:
要替换的DIV JS 阅读全文
摘要:
ACTION STRUTS.XML JSP 阅读全文
摘要:
配置struts校验发生No result defined for action actions.AdminLoginAction and result input,但是登录,success.jsp,failed.jsp都好使, 验证空值输入(校验)出现上述问题。 这是struts配置有问题! in 阅读全文
摘要:
把 "http://www.hibernate.org/dtd/hibernate mapping 3.0.dtd" 改为 "http://hibernate.sourceforge.net/hibernate mapping 3.0.dtd" 阅读全文
摘要:
![](https://img2018.cnblogs.com/blog/782772/201811/782772-20181107132042011-1919570968.png) 阅读全文
摘要:
No matching editors or conversion strategy found not null property references a null or transient value: pojo.Emp.name 阅读全文
摘要:
表单使用struts标签,表单中每一个字段都可以这样来赋值 类(action).成员变量 这个叫域模型注入 然后再action中需要set get 阅读全文
摘要:
DAO POJO service applicationContex.xml 阅读全文
摘要:
A 类 interface 接口 test 类 阅读全文
摘要:
```
拖动imageview 选择图片 .png 代码引用: private Imageview pay; pay = (ImageView)findViewById(R.id.imageView2); pay.setImageResource(R.drawable.pay); ``` 阅读全文
摘要:
安装:brew install minicom 配置: 串口是:dev/tty.usbserial minicons s 配置一下: 流控要关掉,不然输入不了 阅读全文
摘要:
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 阅读全文