星期二, 二月 08, 2011

安徽太和称未发现拐卖儿童集团及残害儿童行为_新闻中心_新浪网

安徽太和称未发现拐卖儿童集团及残害儿童行为_新闻中心_新浪网
"8日,参与太和县公安局负责此次排查行动工作的负责人"
以后发现了,这个负责人是不是要按照渎职罪来公审并且判刑?

星期四, 二月 03, 2011

星期四, 一月 27, 2011

Fact Checking Rep. Bachmann's "Tea Party Response" To The State Of The Union | Political Correction



Fact Checking Rep. Bachmann's "Tea Party Response" To The State Of The Union | Political Correction

[show/hide]

星期三, 一月 26, 2011

Text of GOP’s State of the Union response - MarketWatch


Text of GOP’s State of the Union response - MarketWatch

[show/hide]

Text of Obama’s State of the Union speech - MarketWatch


Text of Obama’s State of the Union speech - MarketWatch


[show/hide]

星期二, 一月 25, 2011

星期四, 一月 20, 2011

评论:中美关系再提速
"中美要做伙伴而非对手,已成为双方的主流民意。"
一厢情愿的宣传,美国的各种主流媒体,FOX/NPR/CNN/CBS/NBC这些对中国仍然非常敌对,经常进行攻击,一边攻击中国,还喜欢攻击中国对美国不够友好。

星期三, 一月 19, 2011

JJS.at : Software Projects : PSPdisp

JJS.at : Software Projects : PSPdisp

http://forums.psp-hacks.com/f120/signed-homebrews-for-ofw-t271271/

"This program package enables the use of a PlayStation Portable as an additional monitor in Windows. You can also remotely send keyboard and mouse commands to the PC. The newest version implements sound streaming, too."

"PSPdisp is compromised of four components, on Windows a display driver, an usb driver and the interface application which captures the screen, compresses it and sends it over USB or WLAN to the PSP. On the PSP side there is an application that decompresses the frames and displays them."

PSPdisp v0.5.1
http://www.mediafire.com/?j0fco7bpysjd478


海龟日记 --清华海归副教授的苦辣酸甜

[show/hide]

网民拍下被拐卖男童乞讨照片 家人追踪两年未果_新闻中心_新浪网

网民拍下被拐卖男童乞讨照片 家人追踪两年未果_新闻中心_新浪网
早就应该立法禁止任何形式使用儿童卖艺/乞讨,如果发现警方/城管应该迅速将儿童收容!

星期一, 一月 17, 2011

Error passing a large variable as a parameter to a remote method

Error passing a large variable as a parameter to a remote method

System.Runtime.Serialization.SerializationException: The input stream is not a valid binary format. The starting contents (in bytes) are: 53-79-73-74-65-6D-2E-57-65-62-2E-48-74-74-70-45-78 ... Server stack trace: at System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord.Read(__BinaryParser input)... etc.

The largest byte array I can successfully pass across the wire is 4,193,890 elements in size, as soon as I go to 4,193,891 it bombs out with the above exception.

4193891/1024 is approximately 4096

4096 is the default maxRequestLength for an ASP.NET request to a server. this is the most probable cause...

you can change this behavior in your config file.





useFullyQualifiedRedirectUrl="true|false"
enable = "true|false"
idleTime = "minutes"
maxRequestLength="size in kbytes"
executionTimeout="seconds"
minFreeThreads="number of threads"
minFreeLocalRequestFreeThreads="number of threads"
appRequestQueueLimit="number of requests"
enableVersionHeader="true/false"/>

see http://whidbey.msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_aspnetgenref/html/e9b81350-8aaf-47cc-9843-5f7d0c59f369.asp

also,
Large Data Strategies
http://whidbey.msdn.microsoft.com/library/default.asp?url=/library/en-us/dnservice/html/service11072001.asp

Uploading Files Using the File Field Control
http://whidbey.msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/aspnet-fileupload.asp

a search on maxRequestLength yields a handful of others.

C9 Lectures: Stephan T. Lavavej - Standard Template Library (STL), 1 of n | Going Deep | Channel 9

C9 Lectures: Stephan T. Lavavej - Standard Template Library (STL), 1 of n | Going Deep | Channel 9