转载泛型方法动态生成表达式树 Expression public string GetGridJSON(TraderInfo model) { IQueryable Temp = db.TraderInfo; if (model...
分类:
其他好文 时间:
2015-04-20 08:10:58
阅读次数:
111
默认的nginx.conf配置文件worker_processes 1;events { worker_connections 1024;}http { access_log off; client_body_temp_path temp/client_body_temp; ...
分类:
其他好文 时间:
2015-04-20 00:22:43
阅读次数:
268
收集了一些比较常用的javascript函数。1、字符串长度截取function cutstr(str, len) { var temp, icount = 0, patrn = /[^\x00-\xff]/, strre = ""; for (...
分类:
编程语言 时间:
2015-04-19 17:49:50
阅读次数:
226
namespace ConsoleApplication10{ class Program { public double[] paixu(double[] a) { double temp; for (in...
分类:
编程语言 时间:
2015-04-19 17:45:00
阅读次数:
171
收集了一些比较常用的javascript函数。1、字符串长度截取function cutstr(str, len) { var temp, icount = 0, patrn = /[^\x00-\xff]/, strre = ""; for (...
分类:
编程语言 时间:
2015-04-19 15:52:48
阅读次数:
149
public string GetGridJSON(TraderInfo model) { IQueryable Temp = db.TraderInfo; if (model.LoginAccount != null) ...
分类:
其他好文 时间:
2015-04-19 12:59:28
阅读次数:
224
linux系统-shell编程-几个shell脚本
一 灭掉用户 killuser.sh
#!/bin/sh
# The script to kill login user
user_name="$1"
/bin/ps aux | /bin/grep $user_name | /bin/awk `{ print $2 }` > /tmp/temp.pid
kill_i...
分类:
系统相关 时间:
2015-04-19 08:55:54
阅读次数:
166
#includeint main(){ int n; int a[110],b[110],temp,temp1,count,time; int i,j; while(scanf("%d",&n)!=EOF&&n!=0) { count=0; ...
分类:
其他好文 时间:
2015-04-18 23:40:12
阅读次数:
121
这段代码不是我写的,谢谢实验室的的师妹,接下来要把树形通信应用到求Pi上去。-module(my).
-export([main/1,temp/2,integer_to_atom/1,judge/3,ceil/1]).main(CoreNum) -> SumDie=temp(CoreNum,1),
Time=erlang:now(),...
分类:
其他好文 时间:
2015-04-18 22:07:25
阅读次数:
162
博客搬到了fresky.github.io - Dawei XU,请各位看官挪步。最新的一篇是:为什么在Windows有两个临时文件夹的环境变量Temp和Tmp?。