上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 24 下一页
一、先按住“Shift+Ctrl+Alt+A" 二、然后激活你要截取的菜单 (也可以先激活菜单再按住“Shift+Ctrl+Alt+A”)与平时一样 如点击菜单栏中的相应菜单激活下拉菜单右击得右键菜单单击就是左击”开始“出现开始菜单。三、松开”Shift“键鼠标箭头变彩色,然后将所有键松开四、至此就跟平时截图一样了拉取你想要的范围。五、粘贴到需要放置的地方即可 Read More
posted @ 2012-12-06 10:11 Merray Views(2264) Comments(0) Diggs(0)
原文:http://www.2cto.com/kf/201112/113331.html在AndroidManifest.xml文件中的<intent-filter>元素中有这么两句:<intent-filter><actionandroid:name="android.intent.action.MAIN"/><categoryandroid:name="android.intent.category.LAUNCHER"/></intent-filter>你知道中间的两句话都是什么含义么?你知 Read More
posted @ 2012-11-30 13:34 Merray Views(30535) Comments(0) Diggs(1)
Android中的跳转使用的对象是Intent例如:界面Main (Main.java) 跳转到 Login (Login.java) 注意 Android 中的窗体实现都是由Acitivity表示。Intentintent=newIntent(Main.this,Login.class);//第一个参数为当前界面的Acitivity,第二个参数为需要跳转到的界面ActivitystartActivity(intent);//startActivity方法开始跳转进度条跳转参考:http://blog.csdn.net/mars2639/article/details/6615424更多界面跳 Read More
posted @ 2012-11-30 11:15 Merray Views(926) Comments(0) Diggs(0)
关于Acitivity的生命周期 参考http://www.cnblogs.com/shaweng/archive/2012/07/03/2575302.html一般的应用程序都有一个主入口,安卓应用中的主入口在哪里呢,其实在Android中并没有主入口函数或者类,而是通过一个AndroidManifest.XML的文件控制。多个Activity的情况,如何设置起始页呢:如上图 打开AndroidManifest.XML 可以看到所有的Activity起始页的Acitivity的不同在于多了这几行<intent-filter> <actionandroid:name=&quo Read More
posted @ 2012-11-30 10:54 Merray Views(7017) Comments(0) Diggs(0)
部分客户的机子无法登陆ASP.NET的项目,最后发现session值取不到,仔细跟踪发现程序没问题 但是每次获取的时候session就没有值了导致无法登陆。后来去掉路由器 发现可以正常登陆,判定是路由器设置的问题,目前路由器有的又cookie设置,有的没有,建议恢复出厂设置尝试。 Read More
posted @ 2012-11-30 10:14 Merray Views(583) Comments(0) Diggs(0)
Ghost版的XP系统在安装silverlight时 一直提示“安装失败” 查看详情 消息ID是“1603”根据网上的解决办法试了还是不行。安装了framework2.0 后居然可以了,现在记下详细步骤1.在“添加删除程序”中卸载已安装的silverlight 虽然提示安装失败 但添加删除程序中已经存在一个 silverlight 而且大小很小 和完整安装的不一样 ,要卸载掉注意1.使用系统的卸载工具 不要使用360等 2.如果在添加删除程序中找不到silverlight 可以尝试在“运行”输入“reg delete HKLM\Software\Microsoft\Silverlight /f Read More
posted @ 2012-11-30 10:03 Merray Views(17519) Comments(0) Diggs(0)
命令提示行中运行devenv.exe /resetskippkgs 即可解决 Read More
posted @ 2012-11-27 08:30 Merray Views(389) Comments(0) Diggs(0)
自定义函数在使用的时候需要添加dbo.否则会出现“不是可识别的内置函数”错误例如:函数A(参数A)调用时需要使用 “dbo.函数A(参数)” Read More
posted @ 2012-11-17 13:24 Merray Views(3902) Comments(0) Diggs(1)
http://hi.baidu.com/yankaiwei/item/35fd39e5f0221ca8c00d756a Read More
posted @ 2012-11-13 11:49 Merray Views(1921) Comments(0) Diggs(0)
右击桌面IE图标,选择“属性”或者打开“工具”下的“Internet选项”,切换到“高级”选项卡,点最下方的“重置”,重置 Internet Explorer 设置 。然后重启电脑。 Read More
posted @ 2012-11-08 09:48 Merray Views(1541) Comments(0) Diggs(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 24 下一页