码迷,mamicode.com
首页 >  
搜索关键字:net    ( 133240个结果
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
使用Json.NET来序列化所需的数据
我们在做开发的时候,很多时候需要和Json数据格式打交道,如Web开发里面,很多时候,数据通过Json进行传递到页面上,然后在进行处理的。而使用Json的时候,我们很多时候会涉及到几个序列化对象的使用:DataContractJsonSerializer,JavaScriptSerializer 和...
分类:Web程序   时间:2014-04-30 19:33:24    阅读次数:657
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
[WinForm] 使用反射将业务对象绑定到窗体或控件容器
在WebForm中,可以使用反射将业务对象绑定到 ASP.NET 窗体控件。最近做Winform项目,也参考WebForm中的代码实现同样的功能。 Winform没有提供类似WebForm中的FindControl方法,我于是用遍历控件的方式,写了一个类似WebForm中的这个方法,考虑到Win.....
分类:Windows程序   时间:2014-04-30 19:13:02    阅读次数:743
Unity3D的三种坐标系
来自:http://blog.csdn.net/luxiaoyu_sdc/article/details/131684971,WorldSpace(世界坐标):我们在场景中添加物体(如:Cube),他们都是以世界坐标显示在场景中的。transform.position可以获得该位置坐标。2, Scr...
分类:其他好文   时间:2014-04-30 19:11:46    阅读次数:531
Accessing and Updating Data in ASP.NET: Retrieving XML Data with XmlDataSource Control
XmlDataSource BasicsThe XmlDataSource control exists merely as a proxy for retrieving XML data, which can then be programmatically accessed or bound t...
分类:数据库   时间:2014-04-30 19:04:56    阅读次数:727
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!