码迷,mamicode.com
首页 >  
搜索关键字:other    ( 5856个结果
java 反射机制的实例
【案例1】通过一个对象获得完整的包名和类名123456789101112131415packageReflect;/*** 通过一个对象获得完整的包名和类名* */classDemo{//other codes...}classhello{publicstaticvoidmain(String[] ...
分类:编程语言   时间:2015-03-02 12:55:17    阅读次数:176
Lua总结二
Lua实践准备刚开始练习Lua需要一个Lua解释器来执行Lua代码,我是在Windows上学习Lua的,需要自己生成最新版本的Lua解释器。 方法见于: http://www.lua.org/manual/5.3/readme.html Building Lua on other systems 建立一个visual studio Win32 Console Application项目,把c...
分类:其他好文   时间:2015-02-28 23:05:13    阅读次数:248
玩一下android的反编译和代码混淆
这次准备系统的玩儿一下android从导出apk到反编译再到代码混淆然后再次反编译的过程,有图有真相的记录一下~~第一步,导出未加混淆的普通apk首先创建了一个fuckcode项目,有基本的Activity:MainActivity一个,Other类一个,代码很简单,在MainActivity中调用...
分类:移动开发   时间:2015-02-28 12:53:48    阅读次数:192
PAT1076. Forwards on Weibo
Weibo is known as the Chinese version of Twitter. One user on Weibo may have many followers, and may follow many other users as well. Hence a social n...
分类:其他好文   时间:2015-02-27 20:01:49    阅读次数:185
PAT 1076 Forwards on Weibo
Weibo is known as the Chinese version of Twitter. One user on Weibo may have many followers, and may follow many other users as well. Hence a social n...
分类:其他好文   时间:2015-02-27 16:54:57    阅读次数:102
iOS Runloop学习笔记
一、* what is run loop *1、A run loop is an abstraction that (among other things) provides a mechanism to handle system input sources (sockets, ports, files, keyboard, mouse, timers, etc).Each NSThread ha...
分类:移动开发   时间:2015-02-27 15:16:04    阅读次数:218
校园视频管理系统——V1.0结项总结
界面制作和排版     (1)需要定位的标签比如、...放到中便于定位     (2)注意控制好各个的距离     (3)注意别忘记负值定位 .other { margin-left: 1018px; z-index: 1; margin-top: -523px; } 视频播放器的选型     (1)插件,修改路径费劲,加载默...
分类:其他好文   时间:2015-02-27 13:41:40    阅读次数:155
hdu4267---A Simple Problem with Integers(线段树)
Problem Description Let A1, A2, … , AN be N elements. You need to deal with two kinds of operations. One type of operation is to add a given number to a few numbers in a given interval. The other is t...
分类:其他好文   时间:2015-02-26 21:40:35    阅读次数:246
windows安装mysql-python时碰到setuptools找不到安装路径的解决办法
google了一下,新建一个python脚本运行即可~~~感谢原作者## script to register Python 2.0 or later for use with win32all# and other extensions that require Python registry s...
分类:数据库   时间:2015-02-26 16:27:56    阅读次数:163
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!