http://jingyan.baidu.com/album/8275fc86dbe84046a03cf69d.html?picindex=2
分类:
移动平台 时间:
2015-01-02 10:57:08
收藏:
0 评论:
0 赞:
0 阅读:
269
[爆笑吐槽]2014年10大网络流行语Top 10 online buzzwords of 20142014年10大网络流行语1、且行且珍惜(Cherish what you have at the moment)出处:2014年3月底,文章回应“出轨门”承认了“劈腿”传闻。3分钟后,马伊琍在微博写...
分类:
其他 时间:
2015-01-02 10:56:58
收藏:
0 评论:
0 赞:
0 阅读:
401
/* hello.c */#include #include static int hello_init(void){ printk(KERN_ALERT "hello init"\n); return 0;}static void hello_exit(void){ printk...
分类:
系统服务 时间:
2015-01-02 10:56:48
收藏:
0 评论:
0 赞:
0 阅读:
363
一些容易忘记的语法。1. 每条语句末尾尽量加上分号。2. 驼峰式命名:var myApply = "apply";3. 数组var array = Array[4];var array = Array();var array = Array("aaa","bbb","ccc");var array ...
分类:
其他 时间:
2015-01-02 10:56:38
收藏:
0 评论:
0 赞:
0 阅读:
294
功能描写叙述: 获取或者设置与某个套接字关联的选 项。选项可能存在于多层协议中,它们总会出如今最上面的套接字层。当操作套接字选项时,选项位于的层和选项的名称必须给出。为了操作套接字层的选项,应该 将层的值指定为SOL_SOCKET。为了操作其他层的选项,控制选项的合适协议号必须给出。比如,为了...
分类:
其他 时间:
2015-01-02 10:56:19
收藏:
0 评论:
0 赞:
0 阅读:
312
1.apache 解析目录的自定义: 打开文件httpd.conf,搜索documentroot,改其目录,以及directory 改其目录,重新启动服务,生效。2.wamp 目录定义: 打开wamp安装目录,找到 wampmanage.ini 文件,搜索menu.left,修改 wampman.....
分类:
其他 时间:
2015-01-02 10:56:08
收藏:
0 评论:
0 赞:
0 阅读:
335
# /etc/profileexport TSLIB_FBDEVICE=/dev/fb0export TSLIB_PLUGINDIR=/usr/lib/ts# /usr/lib/ts is where the "input.so" located
分类:
其他 时间:
2015-01-02 10:55:58
收藏:
0 评论:
0 赞:
0 阅读:
1347
引言 现在是一个趋向于面向服务的编程时代,所谓面向服务说的是各个应用程序之间相互调用接口来组装出一个业务全面的系统。比如说我们想在自己的网站应用程序中展现当前的天气状况既实现一个天气预报的功能,那么在这里我们只需要调用中国气象局网站提供的天气状况接口服务便可实现播报天气的功能,根本无需考虑气象局那边...
分类:
Web开发 时间:
2015-01-02 10:55:48
收藏:
0 评论:
0 赞:
0 阅读:
561
# /etc/profileexport TSLIB_ROOT=/export TSLIB_TSDEVICE=/dev/input/event0export TSLIB_CALIBFILE=/etc/pointercalexport TSLIB_CONFFILE=$TSLIB_ROOT/etc/ts...
分类:
系统服务 时间:
2015-01-02 10:55:38
收藏:
0 评论:
0 赞:
0 阅读:
389
1. DOM的概念 D:Document. O:Object.对象可以分为三类, 1. 用户自定义的对象。 2. 内建对象,如Array,Math,Date。 3. 宿主对象,浏览器提供的对象。如window对象,方法例如window.open,window.blur. M:...
分类:
其他 时间:
2015-01-02 10:55:29
收藏:
0 评论:
0 赞:
0 阅读:
262
先看配置文件: 2 auto lo 3 iface lo inet loopback 4 auto eth0 5 iface eth0 inet static 6 address 10.21.238.238 7 netmask 255.255.255.0 ...
分类:
其他 时间:
2015-01-02 10:55:18
收藏:
0 评论:
0 赞:
0 阅读:
416
题目:(DP)Given a stringSand a stringT, count the number of distinct subsequences ofTinS.A subsequence of a string is a new string which is formed from t...
分类:
其他 时间:
2015-01-02 10:55:08
收藏:
0 评论:
0 赞:
0 阅读:
328
代码如下:#include //#include #include #include #include using namespace std;#define GL_PI 3.1415fvoid RenderScene(){ static float fMoonRot = 0.0f; s...
分类:
其他 时间:
2015-01-02 10:54:58
收藏:
0 评论:
0 赞:
0 阅读:
210
配置网络时发现ubuntu14.04如果在桌面环境下配置网络,会写入/etc/NetworkManager/system-connections/Wired\ connection\ 1 文件中,但是如果你继续配置/etc/network/interfaces 则重启网络之后会以interfaces...
分类:
系统服务 时间:
2015-01-02 10:54:49
收藏:
0 评论:
0 赞:
0 阅读:
361
可传递的依赖: 1.具体调用哪个版本?最短依赖长度的那个 如:A -> B -> C -> D 2.0 , A -> E -> D 1.0,那么调用D 1.0 为了避免这种情况,可以直接定义 A -> D 2.0,也就是说,自己显式定义的那个依赖总是先调用,无论版本高低 2.如果不声明版本?会默认最...
分类:
其他 时间:
2015-01-02 10:54:38
收藏:
0 评论:
0 赞:
0 阅读:
300
最大的两个数题目描述: 输入一个四行五列的矩阵,找出每列最大的两个数。输入: 输入第一行包括一个整数n(1#include #include using namespace std; int main(){ int arr[6][6]; int n; while(cin>>n...
分类:
其他 时间:
2015-01-02 10:54:28
收藏:
0 评论:
0 赞:
0 阅读:
317
*利用MYSQL数据缓存提高效率,注意事项: 1.应用环境:不经常改变的表及对此表相同的查询 2.不适用于服务器端编写的语句 3.根据数据使用频率,合理分解表 4.合理使用默认条件,提高命中率 5.统一SQL语句编写规范,因为MYSQL解析时区分大小写 6.增加服务器缓存空间*为查询缓存...
分类:
数据库技术 时间:
2015-01-02 10:54:08
收藏:
0 评论:
0 赞:
0 阅读:
299
代码如下:#include //#include #include #include #include using namespace std;#define GL_PI 3.1415fvoid RenderScene(){ GLfloat sizes[2]; GLfloat step;...
分类:
其他 时间:
2015-01-02 10:53:49
收藏:
0 评论:
0 赞:
0 阅读:
184
http://poj.org/problem?id=1556首先路径的每条线段一定是端点之间的连线。证明?这是个坑...反正我是随便画了一下图然后就写了..然后re是什么节奏?我记得我开够了啊...然后再开大点才a...好囧啊.#include #include #include #include ...
分类:
其他 时间:
2015-01-02 10:53:08
收藏:
0 评论:
0 赞:
0 阅读:
247
第一步,制作一个尺寸16x16大小的PNG图片,可以用photoshop等图片处理工具来设计,然后保存到本地电脑上,通过ico在线制作或使用IconWorkshop工具制作ICO图标,ico图标命名为:favicon.ico第二步,把favicon.ico文件上传到网站的根目录上,并在网页源代码之间...
分类:
Web开发 时间:
2015-01-02 10:52:58
收藏:
0 评论:
0 赞:
0 阅读:
348