上市公司研发部门经理 管理着40个人以上的技术团队; 服务过诸多大型客户; 为很多知名开源项目提交过代码; 开发过几十万用户的APP; 技能:C++/.NET/JS/架构
客户端代码 using System; using System.Collections.Generic; using System.ComponentModel; using System.
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.
var chart_data; var pie_index; //页面载入 $(function () { chart_data = $.
先上图片 var dataObj = []; var dataLength = 60; var updateInterval = 3000; var options = { series: { shadowS...
using system; using system.runtime.interopservices; namespace myserviceinstaller { class serviceinstaller { #region private ...
using System; using System.Collections.Generic; using System.Text; using System.Diagnostics; using System.
文章修改,新增业务的C#代码 [HttpPost] [ValidateInput(false)] public ActionResult AddNew(FormCollection values) { var db...
C# public ActionResult BiaoDan(int? page) { int pageindex = 1; if (page > 0) { ...
程序说明: 针对杭州市机动车驾驶员模拟培训预约难的问题,本人开发了此监视工具。 此监视工具仅负责监视某段时间内在线预约网站是否可以预约模拟培训。 只是提示用户某日可以预约, 不会帮助用户进行预约, 更不会收集用户的身份信息。
void t_GotFocus(object sender, RoutedEventArgs e) { var tb = sender as TextBox; var gt = tb.
1.SELECT PRODUCT_NAME, PRODUCT_PRICE*0.8 FROM PRODUCT 此处可以直接用乘法,取出的是打折后的价格 --------------------------------------------------------------------------------------------------------------- 2.
先上个图片: using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.
IOC的基本概念是: Inversion of Control IOC也叫依赖注入Dependency Injection 不创建对象,但是描述创建它们的方式。在代码中不直接与对象和服务连接,但在配置文件中描述哪一个组件需要哪一项服务。
课程简要介绍:课程的重点是系统架构,穿插着讲到了一些技术细节和技术难点。课程假定学员有一定的C#知识,有一定的面向对象的知识。课程从无到有开发了一个呼叫中心的DEMO,并在课程的最后提供源码,整个课程依据作者架构设计的单价为30~50W的呼叫中心系统做讲解,此系统迄今为止仍在开发和完善的过程中(不断有新模块加入进来)。
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft.
1:下载文件 void runFile(SharedFile r) { var filepath = Path.Combine(Application.
1. 先看图片 2. 这是styleresource;应该还能精简掉很多; dd #FFE8EDF9 #FFC5CBF9 #FF7381F9 #FFE8EDF9 #FFC5CBF...
1. 新建 mxml组件 代码如下 [Bindable] private var textstr:String = "字符串按钮"; public function set BTNtext(par_...
1. 项目 右键 新建 包 右键单击新建的包,新建 actionscript类 代码如下(代码1) package btnEvents{ import flash.events.Event; public class btnEvent1 extends Event ...
1. 先在项目的src中添加一个文件夹 暂时取名叫Modules 如下图所示 2. 右键单击此文件夹 选择“新建” 选择“MXML模块” 弹出界面如图,并按下图填好内容,单击完成 按此方式多添加借个模块 其中一个模块的代码如下 注意:顶级元素一定要是 3.
需求: 在开发多人协作的项目的时候,一般要同时使用多个数据库 常见的情况有: 一个开发者用的数据库(开发库), 一个测试者用的数据库(测试库), 一个正式开放给客户的数据库(正式库), 那么这三个数据库之间的数据结构的同步就将成为一个问题 如:当开发者A在“开发库”中添加了一个表,开发者B修改了一个表.
先看一下我的解决方案的目录结构吧~~~ 一:先把Controller程序提取出来 默认的情况是所有的****Controller.cs文件都会放在Web程序集下的一个叫Controllers的文件夹下 这样感觉有点不爽(你懂的.
ValidateInput(false)与this.ValidateRequest = false无效的解决方案 鼓捣了半天 终于解决了这个问题 写出来 叫后人少费点劲 在最外层的web.config中的 systerm.web节点中加入这么一句话 一切就OK了~~~
Configuration: 用于配置并启动NHibernate, 通过此实例来获取对象关系映射文件中的元数据 可以通过此实例动态配置NHibernate的属性 此实例可以创建SessionFactory SessionFactory: 一个这个类型的实例对应一个数据存储源 可以...
先看图片 再上源码 此效果jquery版的请看此处:http://www.cnblogs.com/liulun/archive/2010/11/07/1871145.html jquery版的没有这个FLASH版的要好 ...
先来个效果图(没有服务器,没办法提供演示版) 效果不如FLASH版的好,接下来我就发出FLASH版的来 全部代码如下所示 ~~~ body{background-color:#000000;height:100%} .
function postData() { var post = ""; $(":text").each(function() { post += "&" + this.
//方法1 //using System.Runtime.Serialization.Json; //using System.
function SetSubTable() { var obj = jQuery.parseJSON($("#SubJsonStrValue").val()); window.
#include //必须加载此文件,该文件中定义了所有MFC相关的类 #include "resource.h" class MyFrame:public CFrameWnd { private: CMenu MainMenu,*SysMenu,*PopMenu,*SubMenu;...
#include #include "resource.h" #include //定义模板类的头文件 class MyDocument : public CDocument { public: CArray pArray;// void AddPoint(CPoint p) { pArray.
#include #include "resource.h" class MyDocument : public CDocument { DECLARE_DYNCREATE(MyDocument)//声明run-time类 }; IMPLEMENT_DYNCREATE(...
#include #include "resource.h" class MyFrame:public CFrameWnd { private: CMenu *FMenu; public: MyFrame() { Create(NULL,"Hello MFC"...
#include //编写窗口程序时,必须加载此文件,该文件中定义了所有的MFC类 class MyApp:public CWinApp//以继承的方式借用MFC的类{public: BOOL InitInstance()//程序入口点 { CFrameWnd *Frame = new CFra...
DEMO的下载地址: http://files.cnblogs.com/liulun/flashUploader.rar 参考文章所在地址: http://blog.l4cd.net/post-old-102.
需求: 用户登录后隔一段固定的时间触发某一特定事件 详细描述如下 web项目 数据库有一个用户表 当用户登录后记下当前时间 从当前时间计时,一天后执行一个固定的方法(或触发某个事件) ---------------------------------------------------...
1:这个做法不太常用 2:这个方法要传递两个参数, 打算用扩展方法解决这个问题, 但是扩展方法又不能用在匿名类型上, 有点郁闷 using System; using System.Collections.
写这玩意主要是为了锻炼一下英文水平 第一篇翻译的比较详细 一个是看看这个书翻译容易不容易 第二个是看看自己有没有这个水平 接下来的翻译可能就只检重点的翻译了 Asp.net mvc 实战Jeffrey PalermoBen ScheirmanJimmy Bogard Asp.
发送数据: /// /// 发送信息 /// /// /// private void button1_Click(object sender, EventArgs e) ...
客户端代码 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.
服务端 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.
新建一个项目->顺序工作流库 设计面板拖放ifElse活动 点右键,添加三个分支 每个分支的条件设置为声明性规则条件 并设置他们的名称和表达式 代码如下: using System; using System.
C#->控制台顺序工作流->拖放code->双击生成事件处理程序 using System; using System.ComponentModel; using System.ComponentModel.
using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.
#include #include "resource.h" #include LRESULT CALLBACK MainWndProc(HWND,UINT,WPARAM,LPARAM);//窗口函数的函数原型 int APIENTRY WinMain( ...
#include #include "resource.h" #include LRESULT CALLBACK MainWndProc(HWND,UINT,WPARAM,LPARAM);//窗口函数的函数原型 int APIENTRY WinMain( ...
#include LRESULT CALLBACK MainWndProc(HWND,UINT,WPARAM,LPARAM);//窗口函数的函数原型 int APIENTRY WinMain( //APIENTRY是__std...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 { class Program {...
#include #include #include using namespace std; int g_nCount1 = 0; int g_nCount2 = 0; CRITICAL_SECTION g_cs;//临界区 BOOL g_bContinue = TRU...