通过SigXplorer设置绝对延时和相对延时及对Local-Global的理解一、基本理解(感觉可能有偏差)在于博士的教程第44和45讲中,分别对绝对延时和相对延时进行了设置,通过SigXplorer。1、当前对绝对延时和相对延时的理解为:(用length来衡量的话)绝对延时:绝对走线长度,为走线...
分类:
其他好文 时间:
2014-05-27 02:40:56
阅读次数:
352
CentOS镜像使用帮助收录架构i386x86_64SRPMS收录版本56更新时间每5小时更新一次使用说明首先备份/etc/yum.repos.d/CentOS-Base.repo
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentO...
分类:
其他好文 时间:
2014-05-27 01:58:31
阅读次数:
283
一、Log4net是什么、优点用来记录程序日志,优点:1.提供应用程序运行时的精确环境,可供开发人员尽快找到应用程序中的Bug;2.日志信息可以输出到不同的地方(数据库,文件,邮箱等)。二、Log4net的结构log4net有四种主要的组件,分别是Logger(记录器),
Repository(库)...
分类:
Web程序 时间:
2014-05-27 01:24:47
阅读次数:
469
无法向会话状态服务器发出会话状态请求。请确保 ASP.NET State Service
(ASP.NET 状态服务)已启动,并且客户端端口与服务器端口相同。如果服务器位于远程计算机上,请检查
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\...
分类:
Web程序 时间:
2014-05-27 01:15:21
阅读次数:
305
归并排序#define LOCAL#include#include
//生成随机数c++11支持 #include #include #includeusing namespace std;int const
MAX_N=10;int a[MAX_N],b[MAX_N],c[2*MAX_N];//归...
分类:
其他好文 时间:
2014-05-24 06:01:45
阅读次数:
354
以下为代码示例:全局变量: List CategoryList =
PCS.DAL.EF.Repository.GetInstance().GetCategoryList(); List V_BTUser_Category =
PCS.DAL.EF.Repository.GetInstance()....
分类:
其他好文 时间:
2014-05-24 05:38:09
阅读次数:
303
默认网站根目录为/usr/local/nginx/html,要将它改成/homw/wwwvi
/usr/local/nginx/conf/nginx.conf将其中的 location / { root html; index index.php
index.html i...
分类:
Web程序 时间:
2014-05-24 04:58:02
阅读次数:
229
//#define LOCAL#include#includeusing namespace
std;int const MAX_N=100001;int const INF=10000000;int N,M,x[MAX_N];void init(){
for(int i=0;i1) {...
分类:
其他好文 时间:
2014-05-19 17:20:45
阅读次数:
204
//#define LOCAL#include#include#include#includeint
const MAX_N=101;typedef struct Point{ int x,y; bool operatorVec[i].y) { ...
分类:
其他好文 时间:
2014-05-19 17:08:45
阅读次数:
253
在Linux下安装PHP,源代码方式安装,总需要配置很多参数。这里列出常用配置参数,并详细用中文解释说明了。给大家一些参考编译PHP的时候慎用
–with-curlwrappers参数 ./configure--prefix=/usr/local/PHP php 安装目录
--with-apxs2=...
分类:
移动开发 时间:
2014-05-19 13:16:39
阅读次数:
8383