码迷,mamicode.com
首页 >  
搜索关键字:.net core    ( 144993个结果
[Android学习系列15]下拉刷新列表实现动态加载
使用google官方的SwipeRefreshLayout参考:http://blog.csdn.net/easyer2012/article/details/22857807http://stormzhang.github.io/android/2014/03/29/android-swipere...
分类:移动开发   时间:2014-04-30 21:33:22    阅读次数:634
ASP.NET MVC 4 (四) 控制器扩展
MVC的标准流程是请求传递给控制器,由控制器action方法操作数据模型,最后交由视图渲染输出,这里忽略了两个细节,就是MVC是如何创建相应控制器实例,又是如何调用控制器action方法的,这就必须讲到控制器工厂和action调用器。控制器工厂Controller factory负责创建并初始化控制...
分类:Web程序   时间:2014-04-30 21:32:03    阅读次数:669
nyoj 708 ones 动态规划
http://acm.nyist.net/JudgeOnline/problem.php?pid=708状态转移方程的思路:对于一个数N,可以是N - 1的状态+1 得到,另外,也可以是(n / 2) * (1 + 1)得到,同理对于任意的奇数p,都有如果n可以整除p,都有f(n / p) + f(...
分类:其他好文   时间:2014-04-30 21:26:26    阅读次数:519
A Book Store Application Using AngularJS and Asp.Net Web Api
There are many examples out there demonstrating how AngularJS and Web API can be used together but almost all of them are in MVC, so I tried to implem...
分类:移动开发   时间:2014-04-30 21:19:35    阅读次数:625
关于 aps.net<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> 的认识
1.page language="c#"//语言c#;2.AutoEventWireup="true" /自动关联处理函数;3.CodeFile="Default.aspx.cs"//关联文件;4.Inherits="_Default" //继承于_Default;3、4 表示aspx其实继承于cs...
分类:Web程序   时间:2014-04-30 21:08:46    阅读次数:550
sublime sftp
2014-04-29 13:19:09先贴出打开远程(Linux)目录所需的配置文件{ // The tab key will cycle through the settings when first created // Visit http://wbond.net/sublime_...
分类:其他好文   时间:2014-04-30 20:49:48    阅读次数:657
.NET源码保护控件VMProtect免费下载及使用教程脱壳等功能详解
VMProtect是一款全新的软件保护工具。与其它大部分的保护程序不同,VMProtect可修改程序的源代码。VMProtect可将被保护文件中的部分代码转化到在虚拟机(以下称作VM)上运行的程序(以下称作bytecode)中。您同样可把VM想象为具备命令系统的虚拟处理器,该命令系统与Intel 8...
分类:Web程序   时间:2014-04-30 20:35:56    阅读次数:712
C#对泛型List<T>系列化与反系列化
练习一个小例子,在C#中,怎样对泛型List数据集进行系列化与反系列化。我们先了解msdn提供的JavaScriptSerializer类:JavaScriptSerializer Class创建一个类Product,它有几个属性:现Insus.NET打开asp.net练习网站,就新建一个aspx,...
分类:其他好文   时间:2014-04-30 20:10:13    阅读次数:419
关于According to TLD or attribute directive in tag file, attribute value does not accept any expressions异常
在做项目时遇到了这个异常,网上一查才知道 JSTL core库的版本问题。 当我们在web.xml中使用: ..... 时 我们在jsp才用方式引入。 而当我们的web.xml是 或 则需要: 在jsp中用方式引入。 若若版本不对应在运行时可能...
分类:其他好文   时间:2014-04-30 19:40:13    阅读次数:443
WinDump使用方法
转自:http://blog.csdn.net/weiyuweizhi/article/details/4326174在命令行下启动windump.exe参数列表:-a 将网络地址解析为名字-B size 设置网络数据接收缓冲区大小-c count 只抓取count数目个包-D 显示当前系统中所有可...
分类:Windows程序   时间:2014-04-30 19:32:00    阅读次数:742
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!