Hibernate常见错误合集 1.错误:object references an unsaved transient instance - save the transient instance before flushing:com.xxxx.bean.java.Sysblog; nested ...
分类:
Web程序 时间:
2015-10-29 12:44:06
阅读次数:
488
时间:2015年10月28日 地点:XXXX 作者:XXXXXXX 我叫某某某,...
分类:
编程语言 时间:
2015-10-29 00:42:39
阅读次数:
238
命令行启动DDMS工具,前提是有这个工具~/rustsoftware/adt-bundle-linux-x86_64-20140702/sdk/tools$ ./ddms查看机器内存情况:adb shell进入机器root@xxxx:/ # cat proc/meminfo ...
分类:
移动开发 时间:
2015-10-29 00:22:51
阅读次数:
249
你的css文件目录结构:将路径写入BundleConfig规则中: 1 using System.Web; 2 using System.Web.Optimization; 3 4 namespace XXXX 5 { 6 public class BundleConfig 7 {...
分类:
Web程序 时间:
2015-10-28 12:05:09
阅读次数:
204
GUID(Global unique identifier)全局唯一标识符,它是由网卡上的标识数字(每个网卡都有唯一的标识号)以及 CPU 时钟的唯一数字生成的的一个 16 字节的二进制值。GUID 的格式为“xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx”,其中每个 x ...
分类:
其他好文 时间:
2015-10-26 00:27:49
阅读次数:
162
查看contos版本号rpm-qcentos-releasecontos最低6.0以上1.安装服务器环境,我这边是直接安装lnmp一键安装包2.项目考进wwwroot目录解压tarzxvfxxxx.gz解压文件3.执行:cd/root/lnmp1.1-full&&./vhost.sh修改配置虚拟域名vi/usr/local/nginx/conf/vhost/www.xxxx.com.con..
分类:
其他好文 时间:
2015-10-23 16:34:18
阅读次数:
237
今天帮忙编译某个东西时,提示undefined reference to XXXX。这个错误是链接器的错误,查了半天,唯一一个比较像的线索就是库的依赖顺序。后来看到有人说把链接选项打两遍,比如gcc `pkg-config --cflags --libs gtk+-2.0 libusb-1.0` x...
分类:
其他好文 时间:
2015-10-22 17:19:32
阅读次数:
260
1) Jenkin中用-Pxxxx = yyyy来传值进gradle2) 在AndroidManifest.xml中定义占位符:3) 通过gradle脚本修改占位符的值 def xxxx = hasProperty('xxxx') ? xxxx : defaultValue manifestPl.....
分类:
移动开发 时间:
2015-10-20 17:46:43
阅读次数:
161
SVN 提交出错: working copy is not up-to-date svn:commit failed(details follow): svn:file "xxxxx is out of date" item is out of date svn:item "xxxx" is out...
分类:
其他好文 时间:
2015-10-19 15:30:30
阅读次数:
138