遇到错误:XMLHttpRequest cannot load http://XXX.aspx. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhos...
分类:
其他好文 时间:
2014-07-03 06:49:45
阅读次数:
182
1、工具->扩展和更新->联机2、右上角搜索框搜索NuGet,选择NuGet Package Manager for Visual Studio 2013,安装后重启VS下面通过添加Newtonsoft.Json测试NuGet是否安装成功:3、工具->NuGet程序包管理器->管理解决方案的NuGe...
分类:
其他好文 时间:
2014-07-02 23:50:25
阅读次数:
561
关于Http 的method:GETAsks to get the thing (resource / file) at the requested URL.POSTAsks the server to accept the body info attached to the request, an...
分类:
其他好文 时间:
2014-07-02 23:42:07
阅读次数:
215
ListView之SimpleAdapterSimpleAdapter的构造函数是:public SimpleAdapter (Context context, List> data, int resource, String[] from, int[] to)参数context:上下文,比如thi...
分类:
移动开发 时间:
2014-07-02 22:23:04
阅读次数:
273
我们在使用Oracle时, 可以利用Oracle自带的EM(Enterprise Manager)来更方便的管理我们的数据库。但是有时候我们的em却有时候无法连接,造成这个问题的原因有好多,例如没有正确的配置hostname,或者操作系统的防火墙问题等等。如果出现了问题,我们能否快速的重建em呢?....
分类:
数据库 时间:
2014-07-02 20:30:49
阅读次数:
236
免责声明: 本文转自网络文章,转载此文章仅为个人收藏,分享知识,如有侵权,请联系博主进行删除。 原文作者:kyfxbl 原文地址: spring配置中classpath和classpath*的区别 在spring配置文件里,可以用classpath:前缀,来从classpath中加载资源 比如在sr...
分类:
编程语言 时间:
2014-07-02 18:51:58
阅读次数:
217
1 #include 2 #include "resource.h" 3 4 LRESULT CALLBACK MyWndProc( HWND hwnd, // handle to window 5 UINT uMsg, // message identifier 6...
如果你的程序因太大(超过640KB)而无法在DOS下运行,有两种办法可为该程序提供更多的内存。一种办法是使用覆盖管理程序(overlay manager)。覆盖管理程序用来管理程序的模块,并根据需要把它们从磁盘中读入内存或从内存中删去。这样,即使你的程序有几兆字节那么大,仍然可以在 只有640KB可...
分类:
其他好文 时间:
2014-07-02 14:20:34
阅读次数:
144
1、定义路由、路由规则 public static void RegisterRoutes(RouteCollection routes) { routes.IgnoreRoute("{resource}.axd/{*pathInfo}"); routes.MapRoute( name: "Defa...
分类:
Web程序 时间:
2014-07-01 19:58:19
阅读次数:
284
Java Usage example:myMenuItem.setIcon(android.R.drawable.ic_menu_save);Resource Usage example:android:icon="@android:drawable/ic_menu_save"alert_dark_...
分类:
移动开发 时间:
2014-07-01 12:18:51
阅读次数:
490