Dungeon Master Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64uDescription You are trapped in a 3D dungeon and need to find the qu...
分类:
其他好文 时间:
2014-12-17 22:29:20
阅读次数:
224
原文链接 http://blog.csdn.net/waferleo/article/details/3289623最近项目中 数据库需要添加一个定期清理 历史操作记录数据的 定时任务。一、设置初始化参数 job_queue_processessql> alter system set job_qu...
分类:
数据库 时间:
2014-12-17 00:05:37
阅读次数:
265
上一课主要讲了属性的概念,用法,固有属性和自定义属性的区别,class属性操作的方法等,这一课主要讲一些有关属性操作的兼容性问题。IE6-IE8在一些表示URL的属性会返回补全的改过编码的路径,比如:href,action,background,cite,data,src,url等。我们只需要用ge...
分类:
其他好文 时间:
2014-12-16 16:37:26
阅读次数:
299
1.Eclispe安装就不说了
2.下面说说如何安装ADT插件,有两种途径:
(1)在线安装:
地址:https://dl-ssl.google.com/android/eclipse/(不过最近天朝把谷歌封了)
(2)下载安装:
安装包:ADT24.0.zip,这个自己上网搜,很多资源的
安装完成后重启Eclipse
3.Genymotion安装:
http://www.ge...
分类:
系统相关 时间:
2014-12-16 13:39:26
阅读次数:
440
DescriptionIgnatius had a nightmare last night. He found himself in a labyrinth with a time bomb on him. The labyrinth has an exit, Ignatius should ge...
分类:
Web程序 时间:
2014-12-16 06:28:33
阅读次数:
271
ubuntu下minicom和USB转串口(转) minicom是linux下串口通信的软件,它的使用完全依靠键盘的操作,虽然没有“超级终端”那么易用,但是使用习惯之后读者将会体会到它的高效与便利,下面将讲解minicom的安装和配置。一、安装minicom:使用以下命令:# sudo apt-ge...
分类:
系统相关 时间:
2014-12-15 18:33:29
阅读次数:
230
request.getHeader("Referer")用于获取来源页地址,但有时却为空值,这是怎么回事。原因如下: getHeader("Referer")要走http协议时才有值,也就是说要通过a标记才能获得那个值,而通过改变location或是a都是得不到那个值的。 request.ge...
分类:
其他好文 时间:
2014-12-15 12:01:23
阅读次数:
181
我在进行Mybatis调试时出现了下面的警告提示:
Generation Warnings Occured
Table configuration with catalog null, schema null, and table 表名 did not resolve to any tables
Mybatis generator操作没有产生结果。
多处找资料发现在我的
ge...
分类:
其他好文 时间:
2014-12-15 09:03:37
阅读次数:
901
首先不得不说本人有点二,这都能忘.....方法一:#/etc/init.d/mysqldstop#mysqld_safe--user=mysql--skip-grant-tables--skip-networking&#mysql-urootmysqlmysql>updateusersetPassword=Password(‘newpassword‘)whereUser=‘root‘;mysql>flushprivileges;mysql>qu..
分类:
数据库 时间:
2014-12-15 06:43:59
阅读次数:
231
时间关系,先总结一下天气信息获取部分,给出详细的步骤.在URL里面输入 http://www.webxml.com.cn/WebServices/WeatherWebService.asmx ,添加引用就行 。准备工作已经做好,下面给出我里面大部分的代码 private void Ge...