“CreateRiaClientFilesTask”任务意外失败。
未能加载文件或程序集“System.ComponentModel.DataAnnotations...
分类:
其他好文 时间:
2014-06-05 04:24:02
阅读次数:
788
series compensator
最好看过
Introduction to lead/leg compensator
再看这个串联校正的笔记blog
通过波特图校正系统:
校正系统就会有对系统的期望要求。图中对系统的期望是斜坡输入的稳态误差ess
第一步是系统的定型(确定好系统的阶次),阶...
分类:
其他好文 时间:
2014-06-05 03:38:00
阅读次数:
263
最近在给android 4.3系统进行root时候,一直出现如下的红色权限问题 :
7.695741] Freeing init memory: 236K
[ 8.555286] init: cannot find '/system/bin/dbus-daemon', disabling 'dbus'
[
8.566954] init: cannot execve('/s...
分类:
其他好文 时间:
2014-06-05 01:02:36
阅读次数:
358
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
us...
分类:
其他好文 时间:
2014-06-05 00:31:37
阅读次数:
309
1:连接oracle
A:安装oracle服务端(11G/10G)
B:添加引用:
C:引入命名空间:using System.Data.OracleClient;
D:连接字符:
public OracleConnection getOracleConnection(String user,String password,String url)
{...
分类:
数据库 时间:
2014-06-05 00:09:39
阅读次数:
476
对象权限与系统权限
创建表和创建session是系统权限;
系统管理员是有权限去访问其他表的
以sys登录
sqlplus sys/on_change_install as sysdba;
创建用户wangwu
create user wangwu identified by wangwu;
系统权限
grant create sessi...
分类:
数据库 时间:
2014-06-04 22:48:26
阅读次数:
277
lwIP作为RTOS准标配的TCP/IP,在我们编写网络模块时,经常用到。
本移植笔记使用lwIP的版本为V1.4.1。
MDK: V4.0+
RTOS: μC/OS-II V2.91
Eval-Board: LPC1752
Ethernet: ENC28J60
移植lwIP到OS其实就是实现sys.h的过程。...
分类:
其他好文 时间:
2014-06-04 21:52:32
阅读次数:
635
System.Web.Routing已经作为一个程序集包含在.net3.5sp1中发布了。虽然我们并没有在3.5sp1中发现Asp.net
Mvc的踪迹,但是亦以感觉到它离我们不远了。System.Web.Routing用于在Asp.net的Web应用程序中进行URLRouting。所谓UrlRou...
分类:
Web程序 时间:
2014-05-31 21:06:46
阅读次数:
286
上面介绍的是最简单的一种定义方式。当然我们可以建立更复杂的规则。其中就包括设定规则的默认值以及设定规则的正则表达式。UrlRouting高级应用预计效果:Code
highlighting produced by Actipro CodeHighlighter (freeware)http://ww...
分类:
Web程序 时间:
2014-05-31 21:01:40
阅读次数:
297
Finite State Machine can be used the model the
behavior of system by identifying what states the system can be in, what inputs
or events trigger state...
分类:
其他好文 时间:
2014-05-31 20:20:04
阅读次数:
292