??
1.Application
Application 是封装 WPF 特定功能的类,包括:
应用程序生存期: Activated,
Current,
Deactivated,
DispatcherUnhandledException,
Exit,
Run,
SessionEnding,
Shutdown,
ShutdownMode,
Startup。
应用...
分类:
移动开发 时间:
2014-06-20 11:48:07
阅读次数:
634
The paper "Optimal Decoding of Linear Codes for
Minimizing Symbol Error Rate", which is the source of the BCJR decoding
algorithm, is my current obje....
分类:
其他好文 时间:
2014-06-11 07:35:20
阅读次数:
250
1. 鼠标双击 void OnGUI() { Event Mouse = Event.current;
if (Mouse.isMouse && Mouse.type == EventType.MouseDown &&
Mouse.clickCount == 2) ...
分类:
其他好文 时间:
2014-06-09 18:40:28
阅读次数:
227
As a so exciting dream, I would like set up my
owned web site which can be accessed anywhere nomatter from laptop/mobile phone
or tablet. Current now ...
分类:
Web程序 时间:
2014-06-09 13:00:33
阅读次数:
420
Using a list template to creating a list in
SubSItefunction CreateList(){ var clientContext = new SP.ClientContext(siteUrl);
var current...
分类:
其他好文 时间:
2014-06-09 00:18:39
阅读次数:
220
启动或显示 Sticky
Notes:Win+R--->StikyNot.exe备份Sticky Notes保存位置 :%AppData%\Microsoft\Sticky
Notes\打开删除警告:HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre...
后台: public static string TrendChart() {
HttpContext context = HttpContext.Current; ReturnStr strReturn = new
ReturnStr();...
分类:
其他好文 时间:
2014-06-08 19:12:12
阅读次数:
227
1、ls基本语法及选项用法:ls [选项]... [文件]...List information
about the FILEs (the current directory by default).Sort entries alphabetically
if none of -cftuvSUX n...
分类:
其他好文 时间:
2014-06-06 14:11:26
阅读次数:
196
今天早上9:06左右,Windows性能监视器监测到主站的Web服务器出现了CPU
100%的情况,伴随着Requests/Sec的上升。QPS最高冲到了601。IIS的Current Connections也随之上升。
分类:
Web程序 时间:
2014-06-06 09:47:56
阅读次数:
303
键盘移动 (Move)一切都从键盘的移动k-> 上 upj-> 下
downh-> 左 leftl-> 右 rightz-> 重画屏幕,当前光标变成屏幕的第一行 (redraw current line at
top of window)CTRL-f-> 跳到下一页 (page down)CTRL-...
分类:
其他好文 时间:
2014-06-05 15:48:07
阅读次数:
354