Technically speaking, mobile apps on iOS, Android, and Windows Phone are coded using different programming languages. An iOS app uses Objective-C, an ...
分类:
移动开发 时间:
2016-12-22 11:16:32
阅读次数:
486
最近在学习C语言。知道vscode支持对c语言的代码的调试,就想试试。然后找了教程: https://code.visualstudio.com/docs/languages/cpp http://www.2cto.com/kf/201606/516207.html 照着做都没成功。打了断点却无法命 ...
分类:
其他好文 时间:
2016-12-14 18:27:47
阅读次数:
266
Traditionally, the way variable declarations work has been one tricky part of programming in javascript. In most C-based languages, variables(more for ...
分类:
其他好文 时间:
2016-12-10 18:47:03
阅读次数:
142
##1westos.westos.com端:yuminstallmysqlhttpdphpphp-mysql-y[root@westoshtml]#lsphpMyAdmin-3.4.0-all-languages.tar.bz2[root@westoshtml]#tar-jxfphpMyAdmin-3.4.0-all-languages.tar.bz2[root@westoshtml]#mvphpMyAdmin-3.4.0-all-languagesadmin[root@westoshtml]#rm-fr..
分类:
数据库 时间:
2016-12-09 01:38:48
阅读次数:
210
Ecshop 后台增加一个左侧列表菜单menu菜单需要修改三个文件:/admin/includes/inc_menu.php/admin/includes/inc_priv.php/languages/zh_cn/admin/common.php 1.在/admin/includes/inc_men ...
分类:
其他好文 时间:
2016-12-04 11:53:52
阅读次数:
225
MongoDB BSON provides support for additional data types than JSON. Drivers provide native support for these data types in host languages and the mongo ...
分类:
数据库 时间:
2016-12-01 03:44:11
阅读次数:
274
***********安装xcache,为php加速*******************unzip-oPHPMyAdmin-4.0.5-all-languages.zipmvPHPMyAdmin-4.0.5-all-languages/usr/local/apache/htdocs/pma1,压力测试: ulimit-n3000 ab-c100-n2000http://10.10.37.138/pma/index.php十个并发,发两千个请求[root@loca..
分类:
Web程序 时间:
2016-11-29 23:32:21
阅读次数:
215
#echo|gcc-v-xc-E-Usingbuilt-inspecs.COLLECT_GCC=gccTarget:i686-pc-linux-gnuConfiguredwith:../gcc-5.2.0/configure--enable-checking=release--enable-languages=c,c++--disable-multilibThreadmodel:posixgccversion5.2.0(GCC)COLLECT_GCC_OPTIONS=‘-v‘‘-E‘‘-mtune=gener..
分类:
其他好文 时间:
2016-11-29 00:13:09
阅读次数:
221
***********安装php*******************1,包:php-5.4.26.tar.bz2xcache-3.0.3.tar.bz2phpMyAdmin-4.0.5-all-languages.zip 依赖包安装(XSoftwareDevelopment) yumgroupinstall"DesktopPlatformDevelopment"-y2,如果想让编译的PHP支持mcrypt,还需要安装 yum-yinstalllibmc..
分类:
Web程序 时间:
2016-11-24 00:08:06
阅读次数:
167
函数重载 https://en.wikipedia.org/wiki/Function_overloading In some programming languages, function overloading or method overloading is the ability to cr ...
分类:
编程语言 时间:
2016-11-15 00:15:09
阅读次数:
190