码迷,mamicode.com
首页 >  
搜索关键字:code    ( 108667个结果
使用Code::blocks在windows下写网络程序
使用Code::blocks在windows下写网络程序 作者 He YiJun – storysnailgmail.com 团队 ls 版权 转载请保留本声明! 本文档包含的原创代码根据General Public License,v3 发布 GPLv3 许可证的副本可以在这里获得:http:/....
分类:Windows程序   时间:2015-04-11 06:31:43    阅读次数:322
Code::Blocks配置GTK+2和GTK+3
Code::Blocks配置GTK+2和GTK+3 作者 He YiJun – storysnailgmail.com 团队 ls 版权 转载请保留本声明! 本文档包含的原创代码根据General Public License,v3 发布 GPLv3 许可证的副本可以在这里获得:http://w.....
分类:其他好文   时间:2015-04-10 23:53:45    阅读次数:304
twoSum
1 package code; 2 3 /* Given an array of integers, find two numbers such that they add up to a specific target number. 4 5 The function twoSum shou...
分类:其他好文   时间:2015-04-10 23:44:22    阅读次数:160
关于手机适屏
css style:1 html,body{2 height:100%3 }View Code上面的html代表页面,希望屏幕适应大部分的手机设备的话,将会溢出的子元素设置高度宽度为百分比div的100%是从其上一级div的宽高继承来的,有一点很关键,就是要设置div100%显示,必须设置其上一.....
分类:移动开发   时间:2015-04-10 22:23:03    阅读次数:200
AngularJS实现简单的分页功能
本篇文章由:http://xinpure.com/angularjs-simple-paging-functionality/初学 AngularJS, 尝试着写一些小功能代码逻辑写得略粗糙,仅仅只是实现了简单的分页功能,使用 AngularJS 尝尝鲜。AngularJS Code (Users....
分类:Web程序   时间:2015-04-10 20:11:25    阅读次数:367
blink tutorial
(1) Blink cannot run alone, and (2) porting to other platforms happens at a different layer Instead of adding platform-specific code to Blink, you sh....
分类:其他好文   时间:2015-04-10 17:30:34    阅读次数:139
Git command line
# Pull the repo from mastergit pull# Create branch for myself in localgit branch john/jenkins_code# switch to myself branch of localgit checkout john/...
分类:其他好文   时间:2015-04-10 17:24:04    阅读次数:110
error: invalid 'asm': invalid operand for code 'w'
google 出结果http://stackoverflow.com/questions/15623609/including-curl-into-the-android-aosp...............................................................
分类:其他好文   时间:2015-04-10 17:06:32    阅读次数:218
eclipse代码格式化
一、设置Java代码格式 1、打开Eclipse,找到Window---->Perferences---->Java---->Code Style-->Formatter 2、新建Formatter,继承内置样式,然后点击Edit进行修改二、设置xml文件格式 1、打开Window----...
分类:系统相关   时间:2015-04-10 16:56:23    阅读次数:271
javaFX的备忘录
原文地址:http://www.infoq.com/cn/articles/Building-JavaFX-Android-Apps/ eclipse 开发javaFX插件版:http://efxclipse.bestsolution.at/install.html#all-in-one 教程地址:http://code.makery.ch/library/ja...
分类:编程语言   时间:2015-04-10 15:46:10    阅读次数:146
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!