码迷,mamicode.com
首页 >  
搜索关键字:style    ( 244891个结果
cs端调用Ajax
private static string Descoder() { //ajax地址 string MealFilePath = "http://***/user/SetWebsite.aspx"; WebRespon...
分类:其他好文   时间:2014-07-23 15:08:06    阅读次数:186
[原] Intellij IDEA开发Android,祝还在使用eclipse的早日脱离苦海
本文适合初次使用Intellij IDEA开发Android的开发人员包括:首次插件安装,SVN基本使用,项目配置,JAR包配置,Android lib工程配置,运行调试,最基本和最常用的功能说明,开发工具转换成本为零如果你在使用eclipse,习惯了快捷键,IDEA有个一键转eclipse快捷键如...
分类:移动开发   时间:2014-07-23 15:07:46    阅读次数:276
Silverlight调用网站项目的Session
项目中遇到Silverlight调网站Session的问题了,试了几种方法,用这种方法获取到了,如果有不对不恰当的地方,还望各路大神给指正出来.解决方法: 1.Silverlight调用网站的接口 2.建一个ashx类,接口里面实例化这个类,并调用该类里面放的方法 3.ashx里面直接这样...
分类:Web程序   时间:2014-07-23 15:07:16    阅读次数:238
图论trainning-part-1 H. Qin Shi Huang's National Road System
H. Qin Shi Huang's National Road SystemTime Limit: 1000msMemory Limit: 32768KB64-bit integer IO format:%I64d Java class name:MainDuring the Warring St...
分类:其他好文   时间:2014-07-23 15:07:06    阅读次数:291
unsigned double
最近犯了一个错误:定义变量类型的时候竟然定义了unsigned double的类型。由于编译能够通过,因此一直没有发现这样写会有什么样的问题。今天一次偶然的测试中发现这些变量的值都是整数。一开始觉得奇怪,明明是浮点数,怎么变成整型了?后来上网查了一下资料:原来浮点数是不能用 unsigned来规范的...
分类:其他好文   时间:2014-07-23 15:06:56    阅读次数:222
最小生成树Prim poj1258 poj2485
poj:1258Agri-NetTime Limit: 1000 MS Memory Limit: 10000 KB64-bit integer IO format: %I64d , %I64u Java class name: Main[Submit] [Status] [Discuss]Desc...
分类:其他好文   时间:2014-07-23 15:06:26    阅读次数:365
【leetcode刷题笔记】Scramble String
Given a strings1, we may represent it as a binary tree by partitioning it to two non-empty substrings recursively.Below is one possible representation...
分类:其他好文   时间:2014-07-23 15:06:06    阅读次数:320
js apply/call/caller/callee/bind使用方法与区别分析
一、call 方法 调用一个对象的一个方法,以另一个对象替换当前对象(其实就是更改对象的内部指针,即改变对象的this指向的内容)。 Js代码 call([thisObj[,arg1[, arg2[, [,.argN]]]]]) 参数 thisObj 可选项。将被用作当前对象的对象。 arg1, a...
分类:移动开发   时间:2014-07-23 15:05:36    阅读次数:301
C++ 虚函数与纯虚函数
#include#includeusing namespace std;class A{public: virtual void fun1()=0; //纯虚函数 virtual void fun1(){coutfun1(); b->fun2(); return 0;}结果:B::fun0B:...
分类:编程语言   时间:2014-07-23 15:05:16    阅读次数:179
转载jQuery图片放大插件[twiPicZoom]
转载http://xuzhihong1987.blog.163.com/blog/static/26731587201312821725913/功能说明: 双击查看大图,鼠标滚动放大缩小,能够切换到上一张和下一张,点击右上角关闭,兼容主流的浏览器。截图效果:(例子一效果)(例子二效果:注,如果第一张...
分类:Web程序   时间:2014-07-23 15:05:06    阅读次数:247
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!