- 浏览: 78892 次
- 性别:
- 来自: 杭州
最近访客 更多访客>>
最新评论
-
ieniac:
516456267 写道离线版非常好使!
查看当前本机浏览器FlashPlayer版本 -
516456267:
离线版非常好使!
查看当前本机浏览器FlashPlayer版本
文章列表
1. Edit
Sublime Text 2\Data\Packages\Default\Main.sublime-menu
2. add
{
"caption" : "3p_1:2",
"command": "set_layout",
"args":
{
"cols": [0.0, 0.5, 1.0],
"rows": [0.0, 0.5, 1.0],
"cells":
[ ...
-- How to config ip in Linux
Follow the instruction while editing the file '/etc/network/interfaces'
iface eth0 inet static
address 192.168.184.111
gateway 192.168.184.11
netmask 255.255.255.0
-- Adjust time in Linux
sudo cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
su ...
1. Search *firebug*.xpi in Firefox HOME, and then unzip;
2. Replace
font-family: monospace
in *.css with
font-family: "THE FONT-FAMILY WHICH YOU LIKE", monospace
just for me
font-family: "YaHei Consolas Hybrid", "Courier New", "Lucida Con ...
// Removes leading whitespaces
function LTrim( value ) {
var re = /\s*((\S+\s*)*)/;
return value.replace(re, "$1");
}
// Removes ending whitespaces
function RTrim( value ) {
var re = /((\s*\S+)*)\s*/;
return value.replace(re, "$1");
}
// Removes leading and en ...
FROM Nomad_CF
Using the fallowing is a horrible idea, if you only want to relocate your chrome temp files
[BAD]
--user-data-dir="Z:\chromeTemp"
[/BAD]
Using the above will make you a NEW full chrome profile with a new temp dir under "Z:\chromeTemp". In stead u ...
cygwin for e-texteditor
- 博客分类:
- Tips
install cygwin for ete
Selecting Packages
The default selected packages are pretty much ok, but in addition to
that the following packages are commonly needed be E's bundles:
Python
Perl
Ruby
Wget
Curl
Tidy
select column_name,data_type, table_name from information_schema.columns
where table_name in (select Name from sysobjects where xtype='u' and status>=0)
-Xms256m -Xmx512m -XX:MaxNewSize=256m -XX:MaxPermSize=256m
Config Remark
- 博客分类:
- Tips
1. version control
2. out of memory
-Xms256m -Xmx512m -XX:MaxNewSize=256m -XX:MaxPermSize=256m
1. Flex Library Project (rsl)
编译完成后自动Extract library.swf
-directory=true -output=../bin/
2. Link RSL by Default
3. RSL configuration in Flash Builder
4.
resizeTo(screen.availWidth+8,screen.availHeight+8,moveTo(-4,-4))
更为彻底
<script>
function omiga_window()
{
window.open("main.html","","fullscreen=1,menubar=0,toolbar=0,directories=0,location=0,status=0,scrollbars=0");
}
</script>
<body onload ...
"X:\Chrome_HOME\Chrome.exe" --disk-cache-dir="X:\temp\TMP" --disk-cache-size=150000000
http://lallousx86.wordpress.com/2009/06/14/resetting-ntfs-files-security-and-permission-in-windows-7/