package com.example.dragscale;import
android.os.Bundle;import android.app.Activity;import
android.graphics.Matrix;import android.graphics.PointF;impor...
分类:
移动开发 时间:
2014-05-08 12:41:12
阅读次数:
350
今天调试了个MFC网络程序,被bug困扰了一天,终于在收工前解决了。
大致是这样的,我们需要用上位机远程控制机器车前行。上位机上的MFC
app的键盘按键响应如下:当按键按下时,系统会发送一个消息给app,当按键抬起时,系统会发送另一个消息给app。我们的项目是这样使用键盘按键的,当按下“...
在实际开发中LayoutInflater这个类还是非常有用的,它的作用类似于findViewById()。不同点是LayoutInflater是用来找res/layout/下的xml布局文件,并且实例化;而findViewById()是找xml布局文件下的具体widget控件(如
Button、Te...
分类:
移动开发 时间:
2014-05-08 11:56:47
阅读次数:
464
有两种写法可以获取到Documents的路径1.NSString *path =
[NSHomeDirectory() stringByAppendingPathComponent:@"Documents"];
这种写法不是很严谨2.NSArray *filePath = NSSearchPath....
分类:
移动开发 时间:
2014-05-08 09:28:59
阅读次数:
342
跟踪代码发现,应用启动时的白屏会持续到draw调用完成,这个过程中任何耗时操作将导致白屏时间增长。1.adb shell am start -W -n
yourpakagename/MainActivity-W: wait for launch to complete 这里的launch to co...
分类:
移动开发 时间:
2014-05-08 07:15:37
阅读次数:
340
Flex读取txt文件中的内容
自动生成的文件
LoadTxt-app.xml:
<!-- Adobe AIR Application Descriptor File Template.
Specifies parameters for identifying, installing, and launching AIR applications.
xmlns - ...
分类:
其他好文 时间:
2014-05-08 03:58:40
阅读次数:
261
这段代码用的是ViewPager+自定义控件技术实现的广告指示器滑动效果先展示下主要代码以及效果后面会附上源代码的BannerFragment.javapackagecom.example.ex_templete;
importandroid.os.Bundle;
importandroid.support.v4.app.Fragment;
importandroid.support.v4.app.FragmentM..
分类:
其他好文 时间:
2014-05-08 03:11:31
阅读次数:
356
以上有待大家商榷给出分数值,并且等待后续项目进展给出改进以及补漏。
分类:
其他好文 时间:
2014-05-08 00:48:40
阅读次数:
271
一个简单的拓扑如上,varnish1上还同时开了nginx,用来做静态的http,app1和app2是nginx+fastcgi,这个拓扑主要做的是Discuz!论坛的动静分离,以及app的负载均衡,varnish起到个反向代理和缓存加速的功能。varnish1:192.168.1.151,172.16.0.51app1:172.16.0.52app3:172.16.0.54..
分类:
其他好文 时间:
2014-05-07 21:53:01
阅读次数:
743