码迷,mamicode.com
首页 >  
搜索关键字:codes    ( 556个结果
【Unity3D】 KeyCode 键码
Key codes returned by Event.keyCode. These map directly to a physical key on the keyboard. KeyCode是由Event.keyCode返回的。这些直接映射到键盘上的物理键。 Values值 None Not assigned (never is pressed) 未分配(永不被...
分类:其他好文   时间:2014-09-30 22:24:01    阅读次数:367
[ZT]Language codes – MFC
Below is table with all MFC language codes. I think it can be sometimes very useful. First column contains names of languages, second column contains ...
分类:其他好文   时间:2014-09-29 15:49:51    阅读次数:339
ID Codes UVA 146(求字典序比当前字符串小的最大字符串)
说说: 题意其实很简单,就是给你一个由小写英文字母组成的字符串,然后让你求字典序比当前字符串小的最大的字符串。解法的话,就是从字符串的末尾开始遍历,若得到的子串已经是该字串所能得到的最小字典序,则继续往前遍历。否则,先在子串中,找到比原字串的首字符小的最大字符,将两者交换位置。然后将除首字符以外的其他字串排列获取最大字典序的子串即可。具体方案,看源代码好了。 源代码: #include #...
分类:其他好文   时间:2014-09-27 16:37:20    阅读次数:158
Team Member Introduction and Division of Work
Team leaderName:宋天舒Student Number:12061166Interested In:Information safety.Responsible For:Design, codes and document.Team membersName:黄敬博Student Numb...
分类:其他好文   时间:2014-09-25 13:57:49    阅读次数:182
Android 各国语言包字符串缩写
如果开发一个国际版的安卓应用软件,就需要各种语言包了,在新浪博客看到的,分享一下 语言缩写: http://www.loc.gov/standards/iso639-2/php/code_list.php 国家地区缩写: http://www.iso.org/iso/country_codes/iso_3166_code_lists/country_names_and_code_ele...
分类:移动开发   时间:2014-09-13 22:49:06    阅读次数:429
SOME CODES
简单中转代码: 1 #include "stdafx.h" 2 #include ; 3 #include ; 4 #include ; 5 6 #pragma comment(lib, "ws2_32.lib") 7 8 #define PORT 143 9 #define...
分类:其他好文   时间:2014-09-05 15:44:41    阅读次数:216
auto refresh iframe
每 自动更新 if youput these codes in the iframe,then iframe can refresh a...
分类:其他好文   时间:2014-09-02 14:04:54    阅读次数:196
使用Google API Tool:Infographics生成二维码
GoogleDeveloper提供了生成二维码API,下面介绍一下如何生产二维码,以及相关参数设置。官方地址:https://google-developers.appspot.com/chart/infographics/docs/qr_codes下面是一段使用GoogleChartTools提供的生产二维码的例子代码:<?php //使用googleapitool生成二维..
分类:Windows程序   时间:2014-08-31 10:40:41    阅读次数:349
【SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".】解决办法
【问题描述】Maven工程中,使用了slf4j,运行时出现错误:SLF4J:Failedtoloadclass"org.slf4j.impl.StaticLoggerBinder". SLF4J:Defaultingtono-operation(NOP)loggerimplementation SLF4J:Seehttp://www.slf4j.org/codes.html#StaticLoggerBinderforfurtherdetails.【问题原因..
分类:其他好文   时间:2014-08-29 03:04:27    阅读次数:255
java反射收藏
packageReflect;/*** 通过一个对象获得完整的包名和类名* */classDemo{//other codes...}classhello{publicstaticvoidmain(String[] args) {Demo demo=newDemo();System.out.prin...
分类:编程语言   时间:2014-08-27 18:13:38    阅读次数:286
556条   上一页 1 ... 51 52 53 54 55 56 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!