jo 比我大三屆…
也就是說,
他跟海鮮同屆.
所以我要讀研2時,他才剛進公司…
所以他比ChiaChung早一年進公司…
是這樣嗎
Posts Tagged ‘_電腦’
jo…
September 9, 2006nice color table
August 16, 2006http://nthucad.cs.nthu.edu.tw/~yyliu/color.html
色碼表16色
August 16, 2006| AQUA(CYAN) | 青色 | ██████████████ | #00FFFF |
| BLACK | 黑色 | 就是目前的底色啦 | #000000 |
| BLUE | 藍色 | ██████████████ | #0000FF |
| FUCHSIA | 紫紅色 | ██████████████ | #FF00FF |
| GRAY | 灰色 | ██████████████ | #808080 |
| GREEN | 綠色 | ██████████████ | #008000 |
| LIME | 亮綠色 | ██████████████ | #00FF00 |
| MAROON | 深棕色 | ██████████████ | #800000 |
| NAVY | 深藍色 | ██████████████ | #000080 |
| OLIVE | 橄欖色 | ██████████████ | #808000 |
| PURPLE | 紫色 | ██████████████ | #800080 |
| RED | 紅色 | ██████████████ | #FF0000 |
| SILVER | 銀色 | ██████████████ | #C0C0C0 |
| TEAL | 深青色 | ██████████████ | #008080 |
| WHITE | 白色 | ██████████████ | #FFFFFF |
| YELLOW | 黃色 | ██████████████ | #FFFF00 |
good debug book
August 16, 2006http://linux.cis.nctu.edu.tw/chinese/how-to/GCC-HOWTO5.html
http://linuxhelp.blogspot.com/2006/05/strace-very-powerful-troubleshooting.html
http://www.study-area.org/cyril/opentools/opentools/x909.html
Explain what is ELF
http://www.study-area.org/tips/opentools/opentools/book1.html
http://www.cyut.edu.tw/~ckhung/b/c/gdb.php
windows up time
August 15, 2006http://www.petefreitag.com/item/86.cfm
Uptime for Windows 2000, 2003, XP and NT
Almost every unix operating system comes with a utility called uptime that tells you how long your server has been running.
Unfortunitly no such tool comes with windows, but there is a pretty fool proof way to determine the date you computer was last started. Type the following in to the command prompt.
net statistics server
It will output something like:
Server Statistics for \\PETE Statistics since 6/9/2002 11:09 AM
The net command is very useful, it allows you to connect to shares, start services, send messages between computers and more. To learn more about it type:
net help
Here are some examples using the net command.
List all accounts in a domain:
net accounts /DOMAIN
Send a message to all users in the domain (a text box pops up). Replace /DOMAIN with a username to send to just one user.
net send /DOMAIN "The server is rebooting"
Start a service
net start "Service Name"
Stop a service
net stop "Service Name"
[linux] 在一大堆檔案中替換字串
August 8, 2006http://www.cyut.edu.tw/~ckhung/b/gnu/regexp.php
about mediawiki…
August 8, 2006http://meta.wikimedia.org/wiki/Help:Export
it seems something I would do the mediawiki has done.
mediawiki performace problem
August 8, 2006Database error
From CanaanMediaWiki
A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was:
(SQL query hidden)
from within function “MediaWikiBagOStuff:_doquery”. MySQL returned error “1064: You have an error in your SQL syntax near…..at line 1 (localhost)”.
===================
the mediawiki on my church’s machine doesn’t get good performance
I should solve it.
Realtek RTL 8111 Linux Driver patch
August 7, 2006http://www.zarrelli.org/blog/index.php/2006/07/06/i-driver-linux-realtek-rtl8111brtl8168b-e-i-programmatori-dislessici/
[windows] windows symbolic link
August 2, 2006https://dirty.csie.org/mt/archives/000531.html
