To the Top

Big Big World

Subscribe blog items in this category or Feedburner

Category: All | Others(52) | Computing(163) | Life(35) | Success(18) | Funny Stuffs(24) | Memory(4) | To Share(60) | Love and Romantics(14) | News(84) | Fortune Quotes(92) | Q & A(26) | Health(6) | Pictures(5) | Stories(6) | Videos(13) | Cryptocurrency-Blockchain(1) |
Total: 163 - Statistics | Archive
« Previous ( Page :  .. 6 7 8 9 10 11

151 - Windows Scripting - 2008-12-19_02.11AM.html

Power of windows command shell

I managed to use just pure windows command shell scripting to process around 500M text data ....
pure means not external exe/com files needed,,, just windows built-in commands (e.g. for, call, if ... )
amazing,,, windows scripting (*.bat, *.cmd) can just do almost anything... it is as powerful as linux shell script...
...
Full Text>>

Top | Category: Computing | Comments (0) | Tags: 计算机, Computing, | English | 20969 Views, 46142 Search Bots | 303 Words

152 - YES!! - 2008-12-10_19.20PM.html

%yes
y
y
y (Ctrl+C)
%
...
Full Text>>

Top | Category: Computing | Comments (0) | Tags: 计算机, Computing, | English | 24804 Views, 44738 Search Bots | 350 Words

153 - Spectrum Master - 2008-12-10_13.59PM.html

Spectrum Master
I got to play around with this machine these days... Spectrum Master MS2721B, MS2723B, MS2724B....

Spectrum Master MS2721B, MS2723B, MS2724B

...
Full Text>>

Top | Category: Computing | Comments (0) | Tags: 学习, Learning Notes, | English | 23540 Views, 46480 Search Bots | 138 Words

154 - Autorun.inf Virus Protection - 2008-12-2_07.36AM.html

A startup script to enable autorun.inf virus protection
Some virus create autorun.inf file to enable automatic file execution when you browse the folder,, which is very annoying... you can create a folder with the same name and in this case the virus would have trouble to write to that file. "Autorun.inf" even can not be overwritten because it is a folder...
Put the script at the startup to make sure every drive has a hidden folder "autorun.inf"

@echo off
...
Full Text>>

Top | Category: Computing | Comments (0) | Tags: 计算机, Computing Tips, | English | 24370 Views, 45856 Search Bots | 245 Words

155 - DELPHI DYNAMIC ARRAY - 2007-09-29_13.50PM.html

总结出几点关于动态数组的
  动态数组在内存中一定是连续存放的
  动态数组每次setLength, 会把以前在内存的东东拷贝到新的位置 然后删掉以前的东东(所以效率很低),所以尽可能一次性分配足够大的内存
  动态数组是自动管理的, 当引用计数为0(可以赋为NIL时) 内存自动销毁 (不包括用new产生的和Object)

Top | Category: Computing | Comments (0) | Tags: 学习笔记, Learning Notes, | 中文 | 20495 Views, 43585 Search Bots | 117 Characters

156 - Batch Programming in XP - mvjpg.bat.txt

I have come to a problem... i have a pictures folder which has lots of subdirs and
lots of irregular filenames such as "kdjfksjdf.jpg", "kdjflkajsdfasd.jpg"
usually i renamed them randomly to avoid the same filenames when i grabbed it from internet...
So i want to upload them to the website and i want them arranged in good order....

...
Full Text>>

Top | Category: Computing | Comments (0) | Tags: 程序, Programming, | English | 3630 Views, 37548 Search Bots | 280 Words

157 - 56 Bytes - 2007-08-14_17.43PM.html

@rem This file is generated by machine... at 2008-05-29 14:05:24
@rem .COM file to .BAT convertor,,, [email protected]
@if exist %0.bat %0.bat
@debug < %0
@dir /l tv.com
...
Full Text>>

Top | Category: Computing | Comments (0) | Tags: 程序, Programs, | English | 21200 Views, 47970 Search Bots | 205 Words

158 - Delphi Dynamic Array - 2007-06-19_01.19AM.html

I was stuck the whole afternoon in debugging... finally i found something interesting...

Every time Delphi's Dynamic Array , (setLength fun) is extended, the original array cells' addresses may be changed...

Because I use TTreeView to link its Data (Pointer) to a particular cell of a dynamic array.
...
Full Text>>

Top | Category: Computing | Comments (0) | Tags: 学习笔记, Learning Notes, | English | 20848 Views, 50216 Search Bots | 114 Words

159 - RSS Feed - 2007-05-28_19.45PM.html

自己写了个 RSS , 大家 欢迎 订阅呵.

介绍RSS的http://zh.wikipedia.org/wiki/RSS

快来订阅我的博客吧! (Join RSS of my blog)
...
Full Text>>

Top | Category: Computing | Comments (0) | Tags: 网站, RSS, | 中文 | 20943 Views, 43588 Search Bots | 26 Characters

160 - Progess made - 2007-05-18_20.13PM.html

Today, I spent an afternoon in working out the web service client. I feel kinda happy. because i got the money from the job i should make something , at least, worth something

It is said that the post-doc, who is a girl by the way, will come and take over my job because her success of visa. I am kinda relieved , because i can concentrate on my phD study.



Top | Category: Computing | Comments (0) | Tags: 进展, Progress, | English | 21805 Views, 47377 Search Bots | 76 Words

161 - Programmer - programmer_humor.txt

/*-------------------------------------------

程序员的进化――从学生到首席执行官

转译自 Omri's Computer Humor Page
...
Full Text>>

Top | Category: Computing | Comments (0) | Tags: 程序员, 幽默, Programmer, Humor, | 中文 | 1698 Views, 56715 Search Bots | 78 Characters

162 - MySql - mysqloptimize.txt

关于MySQL的性能优化(转载)
什么是我们能和应该优化的

Hardware
OS / libraries
...
Full Text>>

Top | Category: Computing | Comments (0) | Tags: 数据库优化, Database, Optimisation, | 中文 | 2551 Views, 67208 Search Bots | 4189 Characters

163 - Fibonacci coding - 2006-12-07_17.56PM.html

Fibonacci coding

From Wikipedia, the free encyclopedia

The text is just used to test my Blog and it is gonna be the first entry of the 'computing' category.

Top | Category: Computing | Comments (0) | Tags: 学习笔记, Learning notes, | English | 21004 Views, 48692 Search Bots | 48 Words


Category: All | Others(52) | Computing(163) | Life(35) | Success(18) | Funny Stuffs(24) | Memory(4) | To Share(60) | Love and Romantics(14) | News(84) | Fortune Quotes(92) | Q & A(26) | Health(6) | Pictures(5) | Stories(6) | Videos(13) | Cryptocurrency-Blockchain(1) |
Total: 163 - Statistics | Archive
« Previous ( Page :  .. 6 7 8 9 10 11

Page Edited: May 11 2024 14:46:11 | RSS Subscription
How to Cook a Perfect Steak? | <meta name="robots" content="noindex, follow" />