con.execute "CREATE tblImg (lngId COUNTER PRIMARY
KEY, binImg IMAGE)"set
ads=createobject("adodb.stream")ads.type=1ads.mode=3ads.openads.loadFromFile ...
分类:
数据库 时间:
2014-05-08 19:26:02
阅读次数:
376
attribute:$(”p”).addClass(css中定义的样式类型);
给某个元素添加样式$(”img”).attr({src:”test.jpg”,alt:”test Image”});
给某个元素添加属性/值,参数是map$(”img”).attr(”src”,”test.jpg”); ...
分类:
编程语言 时间:
2014-05-08 18:54:15
阅读次数:
507
由于项目中还没有更好的多点触控思路,所以需要将多点触控暂时关闭;关闭多点触控的代码只有一行:private void
image_ManipulationStarting(object sender, ManipulationStartingEventArgs
e){e.Mode = Manipul...
分类:
其他好文 时间:
2014-05-08 14:34:30
阅读次数:
251
这个 bug 在 xcode 4.3 以下会出现,4.3 以后已经修正了。解决方法为:找到
target 的图标,更改其 Other Linker Flags 为: -all_load 或
-force_load-force_load,后跟随一个文件位置,可以更精确地加载所需文件。苹果的解释为 :h...
分类:
其他好文 时间:
2014-05-08 14:27:40
阅读次数:
243
adb devices 显示adb上连接的设备adb devices -l
会显示所连接设备更多的信息adb connect ip地址 连接到某个地址的设备 如:adb connect 192.168.42.1
连接到ip为192.168.42.1的tablet, 而这个地址是由image的编码决定...
分类:
数据库 时间:
2014-05-08 13:47:23
阅读次数:
395
以微博分享为例:
1.public void onClickShare(View view) {
2.
3. Intent intent=new Intent(Intent.ACTION_SEND);
4. intent.setType("image/*");
5. intent.putExtra(Inten...
分类:
移动开发 时间:
2014-05-07 15:59:21
阅读次数:
396
Web
image(网络图像)该库提供了一个支持来自Web的远程图像的UIImageView类别它提供了:添加网络图像和缓存管理到Cocoa Touch
framework的UIImageView类别异步图像下载An asynchronous memory + disk image caching ...
分类:
移动开发 时间:
2014-05-07 13:45:00
阅读次数:
627
private void MainForm_Load(object sender,
EventArgs e) { BeginInvoke(new MethodInvoker(delegate { Hide(); })); DoJob();
Process.GetCurrentProcess().K....
分类:
移动开发 时间:
2014-05-07 10:56:39
阅读次数:
348
Sys.Application.add_load(function() {
var form = Sys.WebForms.PageRequestManager.getInstance()._form;
form._initialAction = form.action = window.location.href;
});
if (!documen...
分类:
Web程序 时间:
2014-05-06 23:36:38
阅读次数:
408