会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Software to drive the rest of the world
Silicon deposition step, in the thousands.
博客园
首页
新随笔
联系
订阅
管理
2014年12月23日
美工资源网站
摘要: http://www.easyicon.net/
阅读全文
posted @ 2014-12-23 10:18 骑着上帝Coding
阅读(199)
评论(0)
推荐(0)
2014年11月3日
VS2012中WebAPI项目中的IHttpActionResult不识别的问题----解决办法
摘要: 找到菜单“工具->库程序包管理器->程序包管理器控制台”,运行Install-Package Microsoft.AspNet.WebApi更新web Api。
阅读全文
posted @ 2014-11-03 15:37 骑着上帝Coding
阅读(795)
评论(1)
推荐(0)
2014年10月7日
什么叫Dom操作
摘要: 一句通俗的话概括什么是Dom操作: 把一个文档当做一个对象加载到内存中进行操作...
阅读全文
posted @ 2014-10-07 20:53 骑着上帝Coding
阅读(877)
评论(1)
推荐(0)
Asp.net Mvc 4.0 + EF 5.0(CodeFirst)
摘要: msdn的一个叫Contoso Univertity的Demo,学习中,记录个链接:点这里。
阅读全文
posted @ 2014-10-07 19:02 骑着上帝Coding
阅读(214)
评论(0)
推荐(0)
2014年10月6日
常用的几个html编码
摘要: 常用的几个html编码:" "& & >空格 © ©® ®² ²¥ ¥³ ³
阅读全文
posted @ 2014-10-06 20:14 骑着上帝Coding
阅读(449)
评论(0)
推荐(0)
2014年10月5日
一个分页的HtmlHelper
摘要: 1 namespace System.Web.Mvc 2 { 3 public static class TianqyHtmlHelper 4 { 5 /// 6 /// 分页HtmlHelper 7 /// 8 ...
阅读全文
posted @ 2014-10-05 22:38 骑着上帝Coding
阅读(252)
评论(0)
推荐(0)
2014年10月4日
VS中卸载当前的EF版本命令
摘要: 打开:工具--程序包管理器--程序包管理器控制,选择需要卸载EF的项目,执行如下命令:Uninstall-Package EntityFramework –Force然后去NuGet管理器下载安装最新的EF版本。
阅读全文
posted @ 2014-10-04 17:04 骑着上帝Coding
阅读(487)
评论(0)
推荐(0)
2014年9月24日
一个指示合同到期的进度条(mvc+jquery)
摘要: 1. Mode.csl: using System;using System.Collections.Generic;using System.Linq;using System.Web;namespace ProgressBar.Models{ public class User {...
阅读全文
posted @ 2014-09-24 17:00 骑着上帝Coding
阅读(488)
评论(1)
推荐(0)
2014年9月20日
数组反转显示
摘要: class Program { static void Main(string[] args) { #region 数组内容反转 string[] names = { "马云", "李彦宏", "马化腾", "乔布斯", ...
阅读全文
posted @ 2014-09-20 16:05 骑着上帝Coding
阅读(354)
评论(0)
推荐(0)
2014年9月19日
IndexOf的用法(查找一个字符出现的次数以及索引)
摘要: 1 string msg = "大刀对单刀,单刀对大刀,大刀斗单刀,单刀夺大刀。"; 2 //判断这个字符串中大刀出现的次数,和每次出现的索引位置 3 int count = 0; 4 string keywords = "大...
阅读全文
posted @ 2014-09-19 23:20 骑着上帝Coding
阅读(2430)
评论(0)
推荐(0)
下一页
公告