摘要: 需求:在同一台机子上,有一个B/S程序,和一个C/S程序(不要问为什么,事实就是这样),B/S程序需要主动和C/S程序通信(C/S程序主动与B/S程序通信的情况这里暂不讨论)。 下面以最快的速度写一个B/S程序和一个C/S程序实现,具体细节不解释,自己翻书看去。 一、建了两个工程,如下图所示... 阅读全文
posted @ 2015-08-21 14:10 0611163 阅读(619) 评论(0) 推荐(1)
摘要: 这篇随笔不能删,删了我博客的背景可就没了! 阅读全文
posted @ 2015-08-07 17:19 0611163 阅读(368) 评论(0) 推荐(0)
摘要: 代码:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using Microsoft.Office.Interop.Excel;using Sy... 阅读全文
posted @ 2015-08-03 17:47 0611163 阅读(4536) 评论(4) 推荐(2)
摘要: MachineJP类: 第1部分:串口初始化,串口数据读写 using System; using System.Collections.Generic; using System.IO.Ports; using System.Linq; using System.Text; using Syste 阅读全文
posted @ 2015-07-28 16:39 0611163 阅读(1693) 评论(4) 推荐(0)
摘要: 从事电子商务,都要知晓的电子商务模式:B2B(经济组织对经济组织)B2C(经济组织对消费者)B2B2C(企业对企业对消费者)C2B(T)(消费者集合竞价-团购)C2C(消费者对消费者)B2F(企业对家庭)O2O(网上与网下相结合)SaaS(软件服务)PaaS(平台服务)IaaS(基础服务)M-B(移... 阅读全文
posted @ 2015-07-01 09:04 0611163 阅读(389) 评论(0) 推荐(0)
摘要: 说明:支持跨线程访问控件。定义代码:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;using System.Threading;... 阅读全文
posted @ 2015-06-29 16:14 0611163 阅读(537) 评论(5) 推荐(0)
摘要: CSS代码:-moz-border-radius: 15px; /* Gecko browsers */-webkit-border-radius: 15px; /* Webkit browsers */border-radius:15px; /* W3C syn... 阅读全文
posted @ 2015-06-27 13:13 0611163 阅读(285) 评论(0) 推荐(0)
摘要: 一、HTML: 明细 删除 确认 添加 View Code二、JS:View Code三、完整示例页面:@{ Layout = "~/Views/Shared/_Layout.cshtm... 阅读全文
posted @ 2015-06-11 17:54 0611163 阅读(1016) 评论(0) 推荐(0)
摘要: 一、引用CSS和JS:View Code二、HTML: View Code三、创建编辑器对象:var ue;$(function () { $(function () { ue = UE.getEditor('ueditor', { maximumWords... 阅读全文
posted @ 2015-06-08 13:05 0611163 阅读(552) 评论(0) 推荐(0)
摘要: 一、引用CSS和JS:View Code二、HTML:View Code三、JS:$(function () { var total = parseInt("@(ViewBag.total)"); var page = parseInt("@(ViewBag.page)") - 1; ... 阅读全文
posted @ 2015-06-08 12:48 0611163 阅读(387) 评论(0) 推荐(0)