凝思与其他操作linux操作系统有所区别,同样的应用,部署到凝思下面就不能正常运行,搞不清楚为啥,解决问题的过程是苦闷的,能力范围内,尽可能为大家提供帮助,也为自己经验积累,希望对大家的问题有所帮助。1:问题描述:mysql数据库表是小写,应用报找不到大写的数据表,to..
分类:
其他好文 时间:
2014-09-05 18:27:12
阅读次数:
189
org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 1 in the generated java fileThe type java.util.Map$Entr...
分类:
Web程序 时间:
2014-09-04 14:50:59
阅读次数:
248
1、InstancePerDependency对每一个依赖或每一次调用创建一个新的唯一的实例。这也是默认的创建实例的方式。官方文档解释:Configure the component so that every dependent component or call to Resolve() get...
分类:
其他好文 时间:
2014-09-04 14:41:09
阅读次数:
179
vim配置文件位置:/etc/vim/vimrc~/.vimrc打造IDE步骤,ta ,nn 测试使用大型IDE,da 生成文档说明,dd 生成函数说明,jd 跳转函数,o 关闭其他窗口,bf 显示已经打开的文件列表gcc参数的使用:linux下制作动态库,静态库,下面是文件结构图:制作静态库,静态...
分类:
其他好文 时间:
2014-09-04 00:09:37
阅读次数:
293
在某用户环境下,Apache服务启动失败,报错信息如下
couldn't start errorlog process
unable to open logs
Apache是我们的产品组件,未防止日志过大
我们使用了Apache自带的切割滚存日志的组件rotatelogs.exe
在httpd.conf配置如下:
ErrorLog "|bin/rotatelogs.exe logs/...
分类:
其他好文 时间:
2014-09-03 22:48:17
阅读次数:
581
MyIoc 的使用遵循 Register-Resolve-Release 这样一种模式。我们先来看如何注册服务。注册一个服务其实非常简单。首先创建一个 IObjectContainer 实例,然后调用该实例的任何一个 Register 方法即可。请看代码:1 var container = new ...
分类:
其他好文 时间:
2014-09-03 14:33:06
阅读次数:
209
A database connect, there updated both queries (different statement, and regardless of order), after completing the implementation, not close, will ha...
分类:
数据库 时间:
2014-09-03 09:30:46
阅读次数:
328
PostgresqlPostgresql支持Code First的方式自动生成表,不过默认的模式是dbo而不是public,而且还可以自动生成自增主键。 SQLiteSQLite不支持Code First的方式自动生成表,所以可能会报找不到相应的ta...
分类:
数据库 时间:
2014-09-03 01:30:05
阅读次数:
389
[mysqld] skip-name-resolve http://www.jb51.net/article/27616.htm
分类:
数据库 时间:
2014-09-02 21:19:15
阅读次数:
283
在git for windows里面不能commit修改,提示open shellopen shell以后,使用git add [filename],会报错:fatal: Unable to create './.git/index.lock': File exists. If no other g...