启动的时候报下面的错误: <BEA-000438> <Unable to load performance pack. Using Java I/O instead. Please ensure that wlntio.dll is in: 'D:\Weblogic\jdk_64\bin;.;C:\ ...
分类:
编程语言 时间:
2016-10-22 07:20:18
阅读次数:
434
想起什么就写点什么~~我的记忆力啊~~好差~~~ 1.mysql的注释方法: ① #注释内容1 ② -- 注释内容2,注意需要空格 ③ /*注释内容3*/ 2.删除mysql表中数据的两种方式: 1. 2. 3.备份数据库与恢复 1.备份 cmd>mysqldump -u root -p root ...
分类:
其他好文 时间:
2016-10-22 00:41:50
阅读次数:
182
import java.util.Random; import java.util.Scanner; public class qq { public static void main(String[] args) { int e = 0, r = 0; System.out.println("欢迎 ...
分类:
其他好文 时间:
2016-10-22 00:20:35
阅读次数:
194
Description A newspaper is published in Walrusland. Its heading is s1, it consists of lowercase Latin letters. Fangy the little walrus wants to buy se ...
分类:
其他好文 时间:
2016-10-21 23:52:49
阅读次数:
321
原文链接:http://www.cnblogs.com/maplejan/p/3659830.html 主要修复3.4版本后变量作用域的问题。 代码如下: ...
分类:
其他好文 时间:
2016-10-21 20:16:08
阅读次数:
320
Quartz官方网站对SimpleTrigger和CronTrigger的简单对比: SimpleTrigger is handy if you need 'one-shot' execution (just single execution of a job at a given moment i ...
分类:
编程语言 时间:
2016-10-21 20:10:52
阅读次数:
477
安卓系统和ios系统,在做app里面嵌入m版时,有时候会发现,ios上面的那个电池状态栏不占位置,但是安卓的状态栏占位,所以需要区分系统样式单独处理一下! var sUserAgent=navigator.userAgent.toLowerCase(); if(sUserAgent.match(/i ...
分类:
移动开发 时间:
2016-10-21 19:40:22
阅读次数:
241
1.struct file_operations 字符设备文件接口 1: static int mpu_open(struct inode *inode, struct file *file) 2: { 3: return 0; 4: } 5: 6: 7: 8: static int mpu_clo... ...
分类:
其他好文 时间:
2016-10-21 16:24:54
阅读次数:
206
折腾了好久,终于好了,记录一下 win7x64;vs2013; Oracle client:64-bit ODAC 12c Release 4 (12.1.0.2.4) Xcopy for Windows x64 ODTwithODAC121024.zip http://www.oracle.com ...
分类:
数据库 时间:
2016-10-21 15:45:54
阅读次数:
279
Memcached 是一个高性能的分布式内存对象缓存系统,用于动态Web应用以减轻数据库负载。它通过在内存中缓存数据和对象来减少读取数据库的次数,从而提高动态、数据库驱动网站的速度。Memcached基于一个存储键/值对的hashmap。其守护进程(daemon )是用C写的,但是客户端可以用任何语 ...
分类:
系统相关 时间:
2016-10-21 13:35:53
阅读次数:
462