android 系统定制的小技巧(网络收集)1开机图片:android-logo-mask.pngandroid-logo-shine.png这两个图片一个在上一个在下./out/target/common/obj/JAVA_LIBRARIES/android_stubs_current_inter...
分类:
移动开发 时间:
2014-06-27 21:35:42
阅读次数:
299
#include "common.h"#include "pool.h"#include static inline void *objmem_to_obj(void *objmem){return objmem + sizeof(pool_obj_head_t);}static inline vo...
分类:
其他好文 时间:
2014-06-27 21:24:59
阅读次数:
292
@charset "utf-8";/* 字体 */.n{ font-weight:normal; font-style:normal;}.b{font-weight:bold;} .i{font-style:italic;}.fa{font-family:Arial;} .fs{fon...
分类:
Web程序 时间:
2014-06-26 23:26:45
阅读次数:
502
editor:notepad++sublime textmodelling:starumlscreen capture:setuna2jingcode coverage:opencoverdecompile .net assembly:ilspycommand prompt:conemutools ...
分类:
其他好文 时间:
2014-06-26 16:44:32
阅读次数:
146
6 Python和Nginx
6.1 介绍FastCGI
FastCGI(Fast Common Gateway Interface)是基于CGI上的改进,是CGI的一种演变产物。尽管目的是保持相同的,FastCGI在CGI上提供了重大的提升,通过建立起下面的原则。
l 代替对于每个请求孵化一个新进程,FastCGI采用持久化进程,伴随着能够处理多个请求的能力。...
分类:
编程语言 时间:
2014-06-26 12:06:54
阅读次数:
242
??
vim修复:
修复前提,你到UBUNTU可以联网,否则只能卸载,不能安装
1.sudo apt-get remove vim-common
2.sudo apt-get install vim
telnet:
开启telnet:
1.首先安装必要telnet
在终端输入命令:sudo apt-get install xinetd te...
分类:
Web程序 时间:
2014-06-26 07:41:23
阅读次数:
244
1. 首先确保Tomcat安装目录中的\common\lib(对于Tomcat5.5)或者是\lib(Tomcat6.0)目录中已包含JDBC连接数据库所必须的三个.jar文件(msbase.jar , mssqlserver.jar 和msutil.jar,JDBC驱动器中包含这三个文件,只需将JDBC驱动器安装后的lib目录下的这三个文件复制到Tomcat安装目录的lib目录下即可)。
...
分类:
数据库 时间:
2014-06-25 19:19:02
阅读次数:
262
在本机开发asp.net .rdlc报表后,部署到本地没有问题。当把网站发布后部署在IIS上,新电脑上(只安装了.net framwork4.5),提示如下错误:“Could not load file or assembly Microsoft.ReportViewer.WebForms, Ver...
分类:
其他好文 时间:
2014-06-25 19:11:41
阅读次数:
368
Write a function to find the longest common prefix string amongst an array of strings.public class Solution { public String longestCommonPrefix(Str...
分类:
其他好文 时间:
2014-06-25 17:03:03
阅读次数:
331
1.监听(Listener)
web文件添加
cn.ro.common.InitListener
添加InitListener类,如下
package cn.ro.common;
import javax.servlet.ServletContextEvent;
import javax.servlet.ServletContextListener;
pub...
分类:
Web程序 时间:
2014-06-24 23:19:01
阅读次数:
358