码迷,mamicode.com
首页 >  
搜索关键字:develop    ( 2102个结果
覆盖与重载与隐藏——SAP电面(3)
参考:http://man.chinaunix.net/develop/c&c++/c/c.htm#_Toc5206340428.2.1 重载与覆盖成员函数被重载的特征:(1)相同的范围(在同一个类中);(2)函数名字相同;(3)参数不同;(4)virtual关键字可有可无。覆盖是指派生类函数覆盖基...
分类:其他好文   时间:2015-06-11 22:42:45    阅读次数:202
Hardware Scaler for Performance and Efficiency
If you develop a performance-intensive 3D game, you’re always looking for ways to give users richer graphics, higher frame rates, and better responsiveness. You also want to conserve the user’s b...
分类:其他好文   时间:2015-06-10 17:32:13    阅读次数:149
How to develop your own Skype call recording software for Windows with Skype desktop API?
Skype is a free voice software, which can point to point with computers for free voice calls, and it charges the low cost with calls directly to the f...
分类:Windows程序   时间:2015-06-09 16:55:03    阅读次数:230
RESTLET开发实例
转自LifeBa,http://www.lifeba.org/arch/restlet_develop_application_component_2.html但有改动,主要改动有:1. 修改了web.xml的段,使工程既可以访问rest服务,又可以访问普通的页面资源,不用再像原作者那样再单独部署一...
分类:其他好文   时间:2015-06-08 11:37:22    阅读次数:140
[Java] JDK安装路径下JRE与独立安装的JRE的区别
[他山之石,可以攻玉]JRE即Java Runtime Environment,Java运行时环境JDK即Java Develop Kit,Java卡发工具包我们自己编写的java程序必须有JRE的支持才能运行,所以"Java程序需要JRE才能运行"命题成立;而JDK本身也是用Java写成的,因此其...
分类:编程语言   时间:2015-06-06 22:02:42    阅读次数:172
hdu3577 Fast Arrangement
Problem Description Chinese always have the railway tickets problem because of its' huge amount of passangers and stations. Now goverment need you to develop a new tickets query system. One train ...
分类:其他好文   时间:2015-05-29 13:59:49    阅读次数:116
linux ssh scp 命令
ssh jackielee@192.168.1.103scp jackielee@192.168.1.103:/home/jackielee/develop/helloworld helloworld2scp 源文件 目标文件
分类:系统相关   时间:2015-05-26 23:12:14    阅读次数:154
android
https://bxbxbai.github.io/2014/10/07/android-develop-resource/http://study.163.com/course/introduction/207001.htmhttp://blog.csdn.net/android_tutor/ar...
分类:移动开发   时间:2015-05-26 21:05:06    阅读次数:183
JavaScript获取后台C#变量以及调用后台方法
http://www.educity.cn/develop/495493.html 有时需要在JavaScript中获取后台变量的值,来判断JavaScript的执行逻辑,或者需要调用C#后台方法获取数据,我们可以使用表达式很容易地实现,主要是对表达式进行绑定,并计算表达式的值。 1.JavaS.....
分类:编程语言   时间:2015-05-18 16:08:03    阅读次数:120
git 的一些用法
以前都是在github上面整整,基本的git clone就足够了,git push, git pull一直没有深入学习。现在工作中需要用到,所以把最近遇到的一些总结起来了 git checkout develop #切换到develop分支 git push -u --all #这样可以把本地的分支与远程的分支关联起来,否则git pull的时候会需要你git push --se...
分类:其他好文   时间:2015-05-18 10:54:24    阅读次数:108
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!