??
1.Application
Application 是封装 WPF 特定功能的类,包括:
应用程序生存期: Activated,
Current,
Deactivated,
DispatcherUnhandledException,
Exit,
Run,
SessionEnding,
Shutdown,
ShutdownMode,
Startup。
应用...
分类:
移动开发 时间:
2014-06-20 11:48:07
阅读次数:
634
一款基于Google Closure compiler压缩Js文件插件。快捷键:Ctrl+Alt+M
当前文件内压缩Js代码(不推荐)Ctrl+Alt+Shift+M 压缩Js并生成压缩文件
*.min.js安装成功重启,如果报错,在配置里改一个参数,"compiler": "uglif...
分类:
Web程序 时间:
2014-06-12 00:59:58
阅读次数:
457
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
$days, "hour" => $hours, "min" => $mins,
"sec" => $secs ); return $res;}//======== 实例使用 ========$timediff = timediff(
strtotime( "2011-10-28" ), s...
分类:
Web程序 时间:
2014-06-09 21:30:46
阅读次数:
282
头文件定义的符号常量CHAR_MIN char的最小值SCHAR_MAX signed char
最大值SCHAR_MIN signed char 最小值UCHAR_MAX unsigned char 最大值SHRT_MAX short
最大值SHRT_M...
分类:
其他好文 时间:
2014-06-09 21:26:12
阅读次数:
230
经典算法单源最短路:1.Bellman_ford(可判负环,可有负边)d[i]表示起点S到i的最短路,那么d[i]=min{d[j]+w[j][i]}且存在j->i的边代价为w[j][i]经过证明如果不存在负圈最多通过V-1次松弛就可以完成复杂度O(V*E)(V为结点数,E为边数)
1 #inclu...
分类:
其他好文 时间:
2014-06-09 15:09:24
阅读次数:
256
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