由于是第一次使用qt,光是QT的安装和调试就费了好大功夫,汗一个,下面记录下过程和遇到的问题的解决方法吧。下载QT直接Google搜索“QT”,进入官网http://qt-project.org/,进行下载,我下载的是QT5.2版本,QT
Library和QT Create一起绑定下载的由于我电脑上...
分类:
其他好文 时间:
2014-05-10 01:00:35
阅读次数:
409
Delphi XE6找出 FMX.Platform.Android.pas 档案,并复制到自己的
Project 路径里,找到 GetScrollingBehaviour 函数,修改成如下:unit FMX.Platform.Android;function
TPlatformAndroid.Get...
分类:
移动开发 时间:
2014-05-09 08:55:47
阅读次数:
327
<pstyle="padding-left:35px;padding-top:6px;"><%=link_to(t(‘mypage.live_order_btn‘),{:action=>"course_order",:id=>course.id,:back_action=>params[:action]},:style=>"color:white;font-weight:bold;text-decoration:none;")%></p>text-d..
分类:
其他好文 时间:
2014-05-09 06:51:16
阅读次数:
267
Github只允许上传最大100MB的文件,如果超过,则会被server reject则需:git filter-branch --force --index-filter "git rm --cached --ignore-unmatch Project1/Project1.1\ Sample\ Project/output.txt" --prune-empty --tag-name-filt...
分类:
其他好文 时间:
2014-05-09 06:35:41
阅读次数:
341
题目如下:
Problem D: ShellSort
He made each turtle stand on another one's back
And he piled them all up in a nine-turtle stack.
And then Yertle climbed up. He sat down on the pile.
What a wonderful v...
分类:
其他好文 时间:
2014-05-09 06:20:44
阅读次数:
396
keycode------------>KEYCODE_BACK,KEYCODE_MENUevent.getAction------->ACTION_DOWN,ACTION_UP,ACTION_MULTIPLE|_____onKeyUp,onKeyDown,onKeyLongPresshttp://...
分类:
其他好文 时间:
2014-05-09 05:47:01
阅读次数:
313
http://jd.benow.ca/The “Java Decompiler
project” aims to develop tools in order to decompile and analyze Java 5 “byte
code” and the later versions.JD-...
分类:
编程语言 时间:
2014-05-09 05:21:05
阅读次数:
446
https://01.org/zh/linux-acpiThe goal of this
project is to enable Linux to take advantage of platforms that support ACPI
(Advanced Configuration & Pow...
分类:
系统相关 时间:
2014-05-09 02:52:28
阅读次数:
623
1.bat 启动java main函数
1.将project导出JAR,过程中注意选择main class
2.新建bat,设置环境变量
3.1启动程序,如果想在黑窗口中打印数字,可以system.out,程序运行万
@echo off
@setlocal
set JAVA_HOME=jdk1.6.0_25
set PATH=%JAVA_HOME%\bin;%JAVA_HOME%\jre...
分类:
编程语言 时间:
2014-05-09 02:23:42
阅读次数:
394
No architectures to compile for
(ONLY_ACTIVE_ARCH=YES, active arch=armv7, VA运行报错出现的原因:armv7s是应用在iPhone 5/5c/5s
A6 的架构上的解决的方式:1,在Project target里“Archit...
分类:
其他好文 时间:
2014-05-08 23:06:49
阅读次数:
439