码迷,mamicode.com
首页 >  
搜索关键字:mpls te    ( 3358个结果
富文本编辑器开发
| | Arial Comic Sans MS Courier New Monotype Tahoma Times 1 2 3 4 5 - - - - - | 接下来添加iframe: 编写js代码: <!-- textEditor.document.designMode="on"; textEditor.document.open(); te...
分类:其他好文   时间:2014-09-09 12:40:18    阅读次数:206
Controller向View传递数据
1. 使用ViewData传递数据我们在Controller中定义如下:ViewData[“Message”] = “Hello word!”;然后在View中读取Controller中定义的ViewData数据,代码如下:2. 使用TempData传递数据我们在Controller中定义如下:Te...
分类:其他好文   时间:2014-09-06 18:31:13    阅读次数:275
C#中DGV分页功能
完整代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Te...
分类:其他好文   时间:2014-09-04 10:26:59    阅读次数:456
Asp.net MVC5中Html.DropDownList的使用
一.静态下拉列表项的绑定在下拉列表中绑定静态项,我们可以通过 SelectListItem 的集合作为数据源的下拉列表。1 @Html.DropDownList("dropRoles", new List()2 {3 new SelectListItem() { Te...
分类:Web程序   时间:2014-09-04 09:31:17    阅读次数:580
取消chrome浏览器下input和textarea的默认样式
Chrome浏览器下的input和textarea在聚焦的时候都有一个黄色的边框,而且textarea还可以任意拖动放大,有时候拖动textarea还会使页面布局错乱,所以有时有必要控制好这些样式。取消chrome下input和textarea的聚焦边框:input,button,select,te...
分类:其他好文   时间:2014-09-02 12:06:14    阅读次数:245
Mysql 判断字段存在
select?count(*)?>?1?from ( SELECT?COLUMN_NAME,?DATA_TYPE,?IS_NULLABLE,?COLUMN_DEFAULT FROM ???INFORMATION_SCHEMA.COLUMNS WHERE ???table_name?=?‘test‘ ???AND?table_schema?=?‘te...
分类:数据库   时间:2014-09-02 07:58:34    阅读次数:218
SGU 193.Chinese Girls' Amusement
/* 实际上就是求一个k,满足kusing namespace std;string s;void div2() { string t; int l = s.size() - 1, tem = s[0] - '0'; if (tem > 1) t += '0' + tem / 2; te...
分类:其他好文   时间:2014-09-02 00:01:23    阅读次数:220
教你如何将GNS3的默认telnet软件改为用SecureCRT启动
以下内容为网上转载过来的:-------------------------------------------------------------------------编辑-首选项-一般里的“终端命令”改为D:\ProgramFiles\SecureCRT\SecureCRT.exe/t/telnet%h%p前面是你SecureCRT程序的目录,/t是指建立一个新标签,/telnet的意思是走Te..
分类:Web程序   时间:2014-09-01 19:43:34    阅读次数:8583
iOS.AutomatePackageBuild
1. xcodebuildxcodebuild: 构建Xcode project和workspace。2. TN2339: Building from the Command Lline with Xcode FAQhttps://developer.apple.com/library/ios/te...
分类:移动开发   时间:2014-08-30 20:24:39    阅读次数:317
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!