1.系统命令
# uname -a # 查看内核/操作系统/CPU信息
# head -n 1 /etc/issue # 查看操作系统版本
# cat /proc/cpuinfo # 查看CPU信息
# hostname # 查看计算机名
# lspci -tv # 列出所有PCI设备
# lsusb...
分类:
系统相关 时间:
2015-04-24 22:48:08
阅读次数:
218
Cannot Launch The CoupangAndroid On The Genymotion Samsung S3 Issue Issue:? ? ? Error info:?INSTALL_FAILED_MISSING_SHARED_LIBRARY?when start CoupangAndroid in Genymotion. The root cause is Ge...
分类:
其他好文 时间:
2015-04-24 17:00:49
阅读次数:
123
I was able to resolve the issue manually, seems like it is a bug with Xcode for now and I will file a radar report.
To resolve the issue, follow the below steps:
Navigate to project settings (T...
分类:
移动开发 时间:
2015-04-24 16:29:24
阅读次数:
191
# uname -a # 查看内核/操作系统/CPU信息# lsb_release -a # 查看系统版本# head -n 1 /etc/issue # 查看操作系统版本# cat /proc/cpuinfo # 查看CPU信息# cat ...
分类:
系统相关 时间:
2015-04-23 23:14:00
阅读次数:
227
一、问题起源
在MySQL的官方文档中有明确的说明不支持嵌套事务:
1. Transactions cannot be nested. This is a consequence of the implicit commit performed for any current transaction when you issue a START TRANSACTION statement or...
分类:
数据库 时间:
2015-04-23 15:49:47
阅读次数:
179
This resolved the issue for me. Your code becomes:public Excel.Application excelApp = new Excel.Application();public Excel.Workbooks workbooks;public ...
分类:
Windows程序 时间:
2015-04-23 15:13:24
阅读次数:
1097
Linux系统信息查看命令[导读]系统 uname -a 查看内核 操作系统 CPU信息 head -n 1 etc issue 查看操作系统版本 cat proc cpuinfo 查看CPU信息 hostname 查看计算机名 lspci -tv 列出所有PCI设备 lsusb -tv系统# un...
分类:
系统相关 时间:
2015-04-23 13:04:52
阅读次数:
179
query是查询用的,而update是插入和更新,删除修改用的。executeQuery()语句是用于产生单个结果集的语句,如select语句,在什么情况下用,当你的数据库已经保存了数据后,要进行查询了。executeUpdate(),用于执行insert、update或者delete语句,返回值一...
分类:
其他好文 时间:
2015-04-18 17:35:52
阅读次数:
112
前台LitJson处理。对象。string plike= JsonMapper.ToJson(p); //2个用途,jsondata和类对象转化成{ ...}json格式在字符串字段属性的的定义①总结获取MODEL 得到排序字段,再作为参数传uid..拼sql。①获取一张表DataTable获取多....
分类:
其他好文 时间:
2015-04-18 14:19:24
阅读次数:
131