会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
9
下一页
2014年10月11日
spring框架资料
摘要: Spring 系列: Spring 框架简介
阅读全文
posted @ 2014-10-11 18:04 hellomsg
阅读(216)
评论(0)
推荐(0)
2014年10月10日
Spring Security资料
摘要: Spring Security学习总结一Spring Security3.1登陆验证Spring security初探
阅读全文
posted @ 2014-10-10 21:48 hellomsg
阅读(170)
评论(0)
推荐(0)
2014年10月7日
LINUX下的MYSQL默认表名区分大小写
摘要: 让MYSQL不区分表名大小写的方法其实很简单:1.用ROOT登录,修改/etc/my.cnf,该文件的路径也可能是/usr/my.cnf。2.加入一行:lower_case_table_names=13.重新启动数据库
阅读全文
posted @ 2014-10-07 15:37 hellomsg
阅读(214)
评论(0)
推荐(0)
2014年9月28日
[原]Maven项目编译后classes文件中没有.xml问题
摘要: 在做spring+mybatiss时,自动扫描都配置正确了,却在运行时出现了如下错误。后来查看target/classes/.../dao/文件夹下,发现只有mapper的class文件,而没有xml文件,将对应的xml文件放到这个文件夹下运行就不会出现下面的错误。说明出现这个错误的原因是maven...
阅读全文
posted @ 2014-09-28 23:42 hellomsg
阅读(19001)
评论(0)
推荐(3)
2014年9月24日
[转]“WARNING: soft rlimits too low” in MongoDB with Mac OS X
摘要: 转自:Programming and TechnologyIf you get this warning when you connect to mongo shell in Mac OX X:** WARNING: soft rlimits too low. Number of files is ...
阅读全文
posted @ 2014-09-24 22:43 hellomsg
阅读(4071)
评论(0)
推荐(1)
2014年9月19日
[转]设置控件全局显示样式appearance proxy
摘要: 转自:huifeidexin_1的专栏appearance是apple在iOS5.0上加的一个协议,它让程序员可以很轻松地改变某控件的全局样式(背景) @selector(appearance) 支持UIAppearance协议的类可以访问appearance selector ,它为recei...
阅读全文
posted @ 2014-09-19 22:06 hellomsg
阅读(226)
评论(0)
推荐(0)
2014年8月26日
动态库加载出错,cannot restore segment prot after reloc: Permission denied
摘要: 转自:taolinke的博客项目中碰到的问题,编译好的so文件,放到其他机器上去加载,报了错误,cannot restore segment prot after reloc: Permission denied。网上查了一下,原因是selinux的问题,selinux的设置太过严格导致的。解决的办...
阅读全文
posted @ 2014-08-26 15:15 hellomsg
阅读(195)
评论(0)
推荐(0)
2014年8月22日
nginx添加nginx_mod_h264_streaming-2.2.7模块编译报错
摘要: 报错ngx_http_streaming_module.c:158: 错误:‘ngx_http_request_t’ 没有名为 ‘zero_in_uri’ 的成员。这需要修改nginx_mod_h264_streaming-2.2.7的源代码:修改ngx_http_streaming_module....
阅读全文
posted @ 2014-08-22 16:15 hellomsg
阅读(3947)
评论(0)
推荐(0)
安装成功的nginx如何添加未编译安装模块
摘要: 转自:Linux公社原已经安装好的nginx,现在需要添加一个未被编译安装的模块:nginx -V 可以查看原来编译时都带了哪些参数原来的参数:--prefix=/app/nginx添加的参数:--with-http_stub_status_module --with-http_ssl_module...
阅读全文
posted @ 2014-08-22 15:07 hellomsg
阅读(7863)
评论(0)
推荐(0)
2014年8月21日
[转]Debian 安装与卸载包命令(APT&&DPKG)
摘要: 转自:zhangjunhd的BLOG1、APT主要命令apt-cache search ------package 搜索包sudo apt-get install ------package 安装包sudo apt-get remove -----package 删除包sudo apt-get re...
阅读全文
posted @ 2014-08-21 23:07 hellomsg
阅读(486)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
9
下一页
公告