第一步:打开VS2012,新建空项目,注意选择.NET Framework的版本.这里我选择的是.NET Framework 4新建好项目后,在项目中添加一个WebService项打开这个文件,我们可以看到,代码如下[csharp] view plaincopyprint?usingSystem;u...
分类:
Web程序 时间:
2014-06-19 09:51:19
阅读次数:
449
第一步:打开VS2012,新建空项目,注意选择.NET Framework的版本.这里我选择的是.NET Framework 4新建好项目后,在项目中添加一个WebService项打开这个文件,我们可以看到,代码如下[csharp] view plaincopyprint?usingSystem;u...
分类:
Web程序 时间:
2014-06-19 08:11:21
阅读次数:
271
Top 10 jQuery Mobile Code Snippets that you need to knowjQuery Mobileis a framework for mobile web apps and mobile websites with an aim to provide a u...
分类:
Web程序 时间:
2014-06-18 13:14:47
阅读次数:
259
测试环境:硬件: Intel I5 4核 +8G内存。软件: Windows 7 + vs2013 SP2 + EF6.1 + MVC5.1数据库: vs2013自带的sql express 2012.测试过程:1. 新建一默认模板的MVC项目,在Models中添加如下代码并建立对应的库表: ...
分类:
Web程序 时间:
2014-06-18 09:17:12
阅读次数:
407
主要是思维,dis[s][t]数组的作用#include #include #include int map[101][101];int v[101][101],dis[101][101];int n,m,x;int jx[]={-1,1,0,0};int jy[]={0,0,-1,1};void ...
分类:
其他好文 时间:
2014-06-18 08:25:38
阅读次数:
205
Robot Motion
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 10219
Accepted: 4977
Description
A robot has been programmed to follow the instructions in...
分类:
其他好文 时间:
2014-06-17 22:41:33
阅读次数:
294
从前文《 源码解析:dialog, popupwindow, 和activity 的第一个view是怎么来的?》中知道了activity第一个view或者说根view或者说mDecorView 其实就是一个FrameLayout,以及是在系统handleResume的时候加入到系统windowManager中的,并由framework中的ViewRootImpl
接管,通过ViewRootIm...
分类:
其他好文 时间:
2014-06-17 22:07:59
阅读次数:
277
2014-06-14 BaoXinjian一、摘要何谓Entity Object User’s Guide中有比较形象的描述:针对表、视图、快照封装商业规则、可用于多种客户端(不仅限于OA Framework),并包含所有的针对这些数据库对象的验证及行为。EO在Module中的地位:从图上可看出,E...
分类:
其他好文 时间:
2014-06-17 20:44:20
阅读次数:
277
The Android framework APIs provides a set 2D drawing APIs that allow you to render your owncustom graphics onto a canvas or to modify existing Views t...
分类:
移动开发 时间:
2014-06-17 19:48:07
阅读次数:
255
以2.7升级到3.3为例1.删除原版本a)删除系统库中的版本sudo rm -R /System/Library/Frameworks/Python.framework/Versions/2.7b)删除Current版本sudo rm /System/Library/Frameworks/Pytho...
分类:
编程语言 时间:
2014-06-17 15:35:13
阅读次数:
518