码迷,mamicode.com
首页 >  
搜索关键字:in section __text    ( 55715个结果
Dijistra(C#)
支持有向与无向图DijistraSeach.csusing System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Dijis...
分类:其他好文   时间:2014-06-18 15:21:20    阅读次数:270
mvc扩展的HTML方法
namespace System.Web.Mvc.Html{ public static class helperext { public static HtmlString mylabel(this HtmlHelper helper, string text) ...
分类:Web程序   时间:2014-06-18 14:40:25    阅读次数:199
JSON Code3840错误
当在post发送一个数据,返回来得如下错误的时候:Error Domain=NSCocoaErrorDomain Code=3840 "The operation couldn’t be completed. (Cocoa error 3840.)" (JSON text did not start...
分类:Web程序   时间:2014-06-18 14:38:36    阅读次数:262
分页css样式 class引用
.page_nav{clear:both; padding:15px 0; color:#666; font:normal 12px/24px Arial; text-align:center;}.page_nav a{display:inline-block; height:22px; margi...
分类:Web程序   时间:2014-06-18 13:54:39    阅读次数:262
Windows Phone Toast通知
try { string msg = this.richTextBox1.Text; string title = "新通知"; string toastMessage = "" + ...
分类:Windows程序   时间:2014-06-18 13:24:46    阅读次数:368
jquery限制div字符长度,超出部分已“…”显示
1 $(".content").each(function(){ 2 if($(this).text().length>100){3 $(this).text($(this).tex...
分类:Web程序   时间:2014-06-18 13:13:18    阅读次数:253
Mysql全文搜索match against的用法
全文检索在 MySQL 中就是一个 FULLTEXT 类型索引。FULLTEXT 索引用于 MyISAM 表,可以在 CREATE TABLE 时或之后使用 ALTER TABLE 或 CREATE INDEX 在 CHAR、 VARCHAR 或 TEXT 列上创建对于大的数据库,将数据装载到一个没...
分类:数据库   时间:2014-06-17 20:11:30    阅读次数:268
java 将数值保留两位小数
importjava.math.BigDecimal;importjava.text.DecimalFormat;importjava.text.NumberFormat;publicclassformat{doublef=111231.5585;publicvoidm1(){BigDecimalb...
分类:编程语言   时间:2014-06-17 14:13:33    阅读次数:213
C# TreeView 树节点:递归显示整个系统盘符文件目录及文件
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;using System.IO;namespace Demo{/// /// 有关...
分类:其他好文   时间:2014-06-17 13:50:08    阅读次数:709
ios中DEBUG中记住用户名和密码
- (void)viewDidLoad{ [super viewDidLoad]; #ifdef DEBUG // 设置测试使用的用户名和密码 self.nameText.text = @“xiaoshuai"; self.pwdText.text = @"123"; [self text...
分类:移动开发   时间:2014-06-17 13:49:29    阅读次数:252
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!