Sailfish OS 2.1.0 Iijoki 发布了。 Iijoki通过引入Qt 5.6 UI框架、BlueZ 5 蓝牙堆栈和 64 位架构的基本实现,为Sailfish操作系统带来了重大的架构变化,它还带来了更快的快门速度,初始支持虚拟专用网络(VPN)将UI字体放大到不同的级别,并且修复了社 Read More
posted @ 2017-02-15 23:52
findumars
Views(264)
Comments(0)
Diggs(0)
代码页没有进行设置。需要调用locale.h 中定义的一个函数设置默认的代码页 _tsetlocale(LC_ALL,_T(""));//设置代码页 wcstombs(sendBuf,strSendData,sendLen); setlocale(LC_ALL,"C"); http://blog.c Read More
posted @ 2017-02-15 23:50
findumars
Views(417)
Comments(0)
Diggs(0)
磨刀不误砍柴功 给我六个小时砍树,我会用前 4 个小时磨斧头。 Abraham Lincoln (亚伯拉罕·林肯) 的名言影响着我。专注地进行技术方面的编码工作或者运行某个业务通常会让人忽略更好更快的方法。 成功的开发者以聪明的方式工作,并能获得更好的成绩。 https://www.oschina. Read More
posted @ 2017-02-15 23:29
findumars
Views(728)
Comments(0)
Diggs(0)
//锁住listview防止反复刷新 LockWindowUpdate(Self.lvsearch.Handle); 貌似不太行,多用几下就卡住了 那个函数几乎不用的!单次添加,重复率高用这个意思意思还行 https://msdn.microsoft.com/en-us/library/window Read More
posted @ 2017-02-15 21:51
findumars
Views(345)
Comments(0)
Diggs(0)
Example 1234567891011121314151617181920212223242526272829303132 /* setlocale example */ #include <stdio.h> /* printf */ #include <time.h> /* time_t, s Read More
posted @ 2017-02-15 21:43
findumars
Views(1497)
Comments(0)
Diggs(0)
Multibyte characters Multibyte strings http://www.cplusplus.com/reference/cstdlib/ http://www.cplusplus.com/reference/cwchar/wcrtomb/ Read More
posted @ 2017-02-15 21:39
findumars
Views(313)
Comments(0)
Diggs(0)
DataSetConverter4Delphihttps://github.com/ezequieljuliano/DataSetConverter4Delphi QJson 可以这样 QJson := TQJson.Create;QJson.FromRtti(结构体); QJson.ToRtti( Read More
posted @ 2017-02-15 20:48
findumars
Views(2189)
Comments(0)
Diggs(0)
随着 Web 开发产业的爆发式发展,许多人会问这样的问题:我如何才能成为一名 Web 开发者?我认为这是一个错误的提问。问题应该是:我如何才能成为一名成功的 Web 开发者? 能提出这样的问题很重要,因为世界上许多人都是 Web 开发者,但是他们中有多少人是成功的? 我写这篇文章的目的是为了用心态、 Read More
posted @ 2017-02-15 19:16
findumars
Views(276)
Comments(0)
Diggs(0)
做项目开发需要极具技术性的思维过程,但你会发现工作不仅仅只有编程,和其他同事合作才是你工作的重要组成部分。虽然其他开发者能理解你的技术工作流程,但非技术同事不会。摆脱编程的心态和这些不懂编程的人沟通至关重要。 试想一下这个场景: 产品对两名开发提出了修复bug的需求。第一位非常详细地描述了可能包含错 Read More
posted @ 2017-02-15 19:15
findumars
Views(621)
Comments(0)
Diggs(0)
in the order they have been connected in the order they have been connected 起源 前些天忘记在哪儿讨论过这个问题,今天在csdn又看到有网友问这个问题,而其他网友却无一例外的给出了“无序”这个答案。 Manual Qt的问题 Read More
posted @ 2017-02-15 17:56
findumars
Views(744)
Comments(0)
Diggs(0)
操作系统是windows,lua是Lua for Windows 5.1.4包含了这三个头文件 <ignore_js_op> 在.pro里加了includepath: <ignore_js_op> http://www.qter.org/forum.php?mod=viewthread&tid=33 Read More
posted @ 2017-02-15 17:39
findumars
Views(525)
Comments(0)
Diggs(0)
Delphi6下使用Indy10组件包,其中的TIdHttpServer控件在处理HTTP请求的时候 不能正确解码含有汉字的参数,如: http://127.0.0.1/test?cmd=open&areaname=测试&areadir=D:\test 对于这个Url,Chrome默认按UTF-8编 Read More
posted @ 2017-02-15 07:44
findumars
Views(719)
Comments(0)
Diggs(0)
function Tdmd.Draw_Image_In_Rect(C:TCanvas;R:TRect;i:integer):boolean;var tr:TRect;begin if i<ML.Count then begin if tempImage=nil then tempImage:=TBi Read More
posted @ 2017-02-15 07:07
findumars
Views(499)
Comments(0)
Diggs(0)
一、交叉编译glib1.提前需先交叉编译libffiCC=/home/mjl/opt/gcc-4.7-linaro-rpi-gnueabihf/bin/arm-linux-gnueabihf-gcc ./configure --prefix=/home/mjl/build/libffi-3.2.1/ Read More
posted @ 2017-02-15 00:42
findumars
Views(4170)
Comments(0)
Diggs(0)
一、准备软件 1.2016-11-25-raspbian-jessie.img(官网下载) 2.cross-compile-tools-master.zip 3.gcc-4.7-linaro-rpi-gnueabihf.tbz 4.qt-everywhere-opensource-src-5.7.1 Read More
posted @ 2017-02-15 00:41
findumars
Views(2824)
Comments(0)
Diggs(0)

浙公网安备 33010602011771号