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
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace Common 7 { 8 //Author:GaoBin...
分类:
其他好文 时间:
2014-06-27 20:20:08
阅读次数:
362
001# ===================================================================002# COMMON SPRING BOOT PROPERTIES003#004# This sample file is provided as a g...
分类:
编程语言 时间:
2014-06-27 16:23:39
阅读次数:
320
1.mpt_sas驱动源文件所在系统源代码中目录:illumos-soulos/usr/src/uts/common/sys/scsi/adapters/mpt_sas--头文件illumos-soulos/usr/src/uts/common/io/scsi/adapters/mpt_sas--C...
分类:
其他好文 时间:
2014-06-27 13:32:40
阅读次数:
253
@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
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