备份数据库mysqldump-u用户名-p数据库名>导出的文件名。sqlmysqldump-uroot-pdataname>dataname.sql还原数据库mysql-uroot–p数据库名<备份文件.sql创建数据库CreateDATABASEIFNOTEXISTSmy_dbdefaultcharsetutf8COLLATEutf8_general_ci;删除数据库dropdatabase<数?.
分类:
数据库 时间:
2014-10-17 19:02:22
阅读次数:
160
默认,在ashx文件中无法使用Session,直接获取context.Session只能取得null。解决办法:添加命名空间 using System.Web.SessionState 的引用让这个General Handler类实现IRequiresSessionState接口然后再用contex...
分类:
Web程序 时间:
2014-10-17 15:10:26
阅读次数:
170
报错: Spring?配置异常解决办法之Referenced?file?contains?errors?(http://www.sp 1. 首先为了确保 Eclipse 可以从远程拿到 xsd 文件,到 Window -> Preferences -> General -> Network Connections -> C...
分类:
编程语言 时间:
2014-10-16 13:43:02
阅读次数:
259
记一下小笔记:
VC6.0设置.exe文件的输出路径:
Project->Settings->Link
Category选择"General"
在Output file name中输入.exe文件的输出路径就行了。
我们还可以在Project->Settings->Link
Category中选择“Customize” 选择Use program dat...
分类:
其他好文 时间:
2014-10-16 01:09:51
阅读次数:
161
Myeclipse导入一个项目,有中文乱码问题一.将整个project设置编码UTF-8windows->Preferences->general->Workspace->Text file encoding->Other框中的Text file encoding改为UTF-8。二.对java源文件...
分类:
系统相关 时间:
2014-10-15 21:30:21
阅读次数:
222
Window->Preferences->General ->Content Type->Text->JSP 最下面设置为UTF-8Window->Preferences->General->Workspace 面板Text file encoding 选择UTF-8Window->Prefere....
分类:
系统相关 时间:
2014-10-14 23:33:29
阅读次数:
207
1.首先 打开 >> Eclipse或Myeclipse.(我用的是Myeclipse)2.打开 >> Window >> Preferences 如图1:图13.打开 >> Preferences >> General >> Content Types >> Text(修改Text下面的每一个文件...
分类:
编程语言 时间:
2014-10-14 18:27:11
阅读次数:
176
1.首先 打开 >> Myeclipse或Eclipse.(我用的是Myeclipse)2.打开 >> Window >> Preferences 如图1:图13.打开 >> Preferences >> General >> Appearance >> Colors and Fonts >> ja...
分类:
编程语言 时间:
2014-10-14 18:00:39
阅读次数:
222
1.首先 打开 >> Myeclipse或Eclipse.(我用的是Myeclipse)2.打开 >> Window >> Preferences 如图1:图13.打开 >> Preferences >> General >> Appearance >> Colors and Fonts >>Bas...
分类:
Web程序 时间:
2014-10-14 17:12:39
阅读次数:
467
这几天使用powerdesigner建库,general database导出的sql建表语句带有""双引号,结果导致我的库中表名都是小写的,但是Oracle查询等语句默认都是大写判断的,因此很是不方 便,以前使用pd没发现这个问题,可能是版本升级导致的,查了一下,原来需要Pd再设置一下:两种方式1...
分类:
数据库 时间:
2014-10-13 22:52:37
阅读次数:
262