- 浏览: 266689 次
- 性别:
- 来自: 北京
最新评论
-
liuyangfiy:
我有一个小小的疑问!文中说“[size=x-small]而在这 ...
netty 线程模型 -
夜雨小天:
非常不错的指导,谢谢
netty 线程模型 -
chxiaowu:
very good!
netty 线程模型
文章列表
each time you give a new MAC address (in VBox guest settings) Debian and Ubuntu guests udev assigns a new eth number
edit /etc/udev/rules.d/70-persistent-net.rules or delete the file: it will be recreated @ next boot
Make your selection
Edit -> Copy Merged(ctrl+shift+c)
File -> New (Photoshop should automatically suggest a new canvas size to match the selection size)(ctrl+n)
Edit -> Paste(ctrl+v)
File -> Save As (PNG)(ctrl+s)
Rinse and repeat... (keyboard shortcuts are handy here)
make following changes to /etc/nginx/nginx.conf in http { section
proxy_connect_timeout 600s;
proxy_send_timeout 600s;
proxy_read_timeout 600s;
fastcgi_send_timeout 600s;
fastcgi_read_timeout 600s;
mac tar files
解压后存在大量._foo 文件
set
export COPY_EXTENDED_ATTRIBUTES_DISABLE=true
on Tiger, or
export COPYFILE_DISABLE=true
on Leopard and newer OS X.
then tar cvfz ...
>if 0 then print("true") else print("false") end
>true
lua sring.find() default reg patern match;set string.find("asdf?te",'f?t',1,true) use plain find
OPENSSL_1.0.1 not found
sudo apt-get install openssl
[ubuntu]
MySQL is a widely used and fast SQL database server. It is a client/server implementation that consists of a server daemon (mysqld) and many different client programs/libraries.
If you want to install Mysql database server in Ubuntu check this tutorial.
What is Mysql Data Directory?
Mysql ...
changed chipset from PIIX3 to ICH9
enabled IO APIC
enabled absolute pointing device (although this is probably not important)
1. adb root
手机需要rooted,并且开发者选项中设置adb可以获得root权限;
root access is disabled by system setting - enable in settings -> development options
2. ndk-build 设置
ndk-bui ...
cd wxPython/
sudo python build-wxpython.py --install --osx_cocoa
xcrun -sdk macosx10.7 -run gcc -isysroot $(xcodebuild -version -sdk macosx10.7 Path) test.m -o test
test.m
#include <stdio.h>
int main(){
printf("hello world");
return 0;
}
http://www.weste.net/2011/12-3/78382.html
xcodebuild和xcrun实现自动打包iOS应用程序
2011-12-03 20:30:07来源:百度搜索研发部作者:
随着苹果手持设备用户的不断增加,ios应用也增长迅速,同时随着iphone被越狱越来越多的app 的渠道也不断增多 ...
1. tools/android list sdk --extended
2. tools/android update sdk -u