select 'insert into mtx_system_module(module_id,module_code,module_name,module_note,create_date,version)values('+cast(moduleid as varchar(10))+','''+O...
分类:
其他好文 时间:
2014-08-14 20:03:39
阅读次数:
253
Sample error:SQL> startupORACLE instance started.Total System Global Area 285212672 bytesFixed Size 1321368 bytesVariable Size 153605736 bytesDatabase...
分类:
移动开发 时间:
2014-08-14 20:01:09
阅读次数:
359
打开Eclipse(Android 开发环境),发现以下报错:图片显示信息为:Android SDK要求ADT(Android Developer Toolkit)版本在20.0.0或以上版本,检测到当前版本为18.0.0,请更新最新的ADT。出现这样的提示,根本原因是Eclipse启动时检测E:\...
分类:
移动开发 时间:
2014-08-14 16:26:49
阅读次数:
249
SIEGE 3.0.0Usage: siege [options] siege [options] URL siege -g URLOptions: -V, --version VERSION, prints the version number. ...
分类:
其他好文 时间:
2014-08-14 16:13:28
阅读次数:
238
<build>
<plugins>
<plugin>
<!-- 编译插件 -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<con...
分类:
其他好文 时间:
2014-08-14 14:23:08
阅读次数:
161
最近太忙了。好长时间没动博客,把原来的东西拿出来都重新温习下。
private void collapseStatusBar() {
int currentApiVersion = android.os.Build.VERSION.SDK_INT;
try {
Object service = getSystemService("s...
分类:
移动开发 时间:
2014-08-14 14:14:48
阅读次数:
192
LSNRCTL> status
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=lixora)(PORT=1521)))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version ...
分类:
其他好文 时间:
2014-08-14 01:38:17
阅读次数:
334
1 /** 2 * Created by guoyongfeng on 2014/7/7. 3 * 4 * @Author guoyongfeng 5 * @Date 2014-07-07 6 * @Version 1.0.0 7 * @update ...
分类:
其他好文 时间:
2014-08-14 01:26:07
阅读次数:
219
1 /** 2 * Created by guoyongfeng on 2014/7/7. 3 * @Author guoyongfeng 4 * @Date 2014-07-07 5 * @Version 1.0.0 6 * @update ...
分类:
Web程序 时间:
2014-08-14 01:21:37
阅读次数:
474
在网页启动本地程序需要将命令写入注册表,在网页调用命令即可。首先将注册信息创建一个注册表文件 .reg 格式,以页面启动notepad++ 程序为例Windows Registry Editor Version 5.00[HKEY_CLASSES_ROOT\Webshell][HKEY_CLASSE...
分类:
其他好文 时间:
2014-08-13 21:52:47
阅读次数:
1027