码迷,mamicode.com
首页 >  
搜索关键字:le ge lt gt eq ne    ( 256714个结果
java4android (练习使用if else结构)
public class Text01{ public static void main(String args[]){ int score = -1; if(score>85&&score75&&score60&&score=0){ Syst...
分类:移动开发   时间:2014-05-18 19:23:36    阅读次数:260
有这样的事? 的对方水电费德芙巧克力 int i = 0; foreach(i; i<1000; i++){ system.out.println(i); } 还有谁?
有这样的事? 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 8 int init_win_socket() 9 {10 WSADATA wsaData;11 if(WSAStart...
分类:其他好文   时间:2014-05-18 19:20:16    阅读次数:368
Linux启动
BIOS -> MBR -> boot loader -> kernel加电->主板BIOS(允许从光盘、USB和硬盘来启动计算机)->读取所选存储器的头512 bytes(MBR),MBR告诉电脑从某一分区加载boot loader->boot loader存储有关OS的信息,比如系统版本,ker...
分类:系统相关   时间:2014-05-18 19:19:18    阅读次数:290
jvm比较详尽的内存结构
JVM内存结构2012-09-17 15:27:59分类:Java本文转自:http://www.blogjava.net/nkjava/archive/2012/03/14/371831.html1.1JVM运行ClassLoader->RUNNTIME DATA AREA->EXECUTION ...
分类:其他好文   时间:2014-05-18 19:09:33    阅读次数:368
Unity 3D 监听键盘 返回键退出程序C#
//按返回键退出Applicationvoid Update () {if(Input.GetKey(KeyCode.Escape)){ Application.Quit();}} //按两次返回退出程序if (_waitTime < 2){ GUI.Label(n...
分类:其他好文   时间:2014-05-18 19:01:51    阅读次数:409
[游戏模版10] Win32 平面地图贴图 正
>_____ 100010 #pragma once11 #endif // _MSC_VER > 100012 13 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers14 15 ...
分类:Windows程序   时间:2014-05-18 19:00:12    阅读次数:536
html的两种提交按钮submit和button
转自:http://baiying.blog.51cto.com/1068039/1319784html按钮有两种:和登录这两种在页面上看起来好像一样没什么区别,但是这两种是有区别的。1,如果在/hdlogin/login.action" method="post">标签中,使用,要想提交form,...
分类:Web程序   时间:2014-05-18 18:58:22    阅读次数:394
[游戏模版11] Win32 动画 时间消息
>_____ 100010 #pragma once11 #endif // _MSC_VER > 100012 13 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers14 15 ...
分类:Windows程序   时间:2014-05-18 18:52:43    阅读次数:635
Thinkphp学习笔记------- RBAC
1.首先去extends扩展包里找到RBAC类2.复制里面创建四张表的SQL语句放到mysql里执行,得到四张表.3.需要自己创建一个user表,字段随意,一般是username password之类存储用户登录信息.4.RBAC一般就是六个方法:依次为-->用户列表 角色列表 节点列表 添加用.....
分类:Web程序   时间:2014-05-17 18:30:44    阅读次数:367
解决Centos 6.3 中 gedit中文乱码问题
1、安装gconf-editor yum list | grep conf-editoryum install gconf-editor2、运行gconf-editor设置: apps ---> gedit-2 ---> preferences ----> encodingauto-detected...
分类:其他好文   时间:2014-05-17 18:18:56    阅读次数:215
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!