Word2003安装时的一个小问题
今天给一个老师安装软件,出现了这个问题?
系统管理员设置了系统策略,禁止进行此安装。
解决方法
开始-运行-regedit
在注册表项里找到下面这个选项:
HKEY_CLASSES_ROOT\Installer\Products\4080110900063D11C8EF10054038389C
将这项删除。再...
分类:
其他 时间:
2015-01-12 19:15:22
收藏:
0 评论:
0 赞:
0 阅读:
299
集成百度地图SDK,百度定位SDK,二维码扫描,运用xUtils(https://github.com/wyouflf/xUtils)开发框架,外国仿微信底部弹窗
注意:因上传时忘记删除libs下的locSDK_3.1.jar 和armeabi/liblocSDK3.so包,请下载源码的朋友把这两个文件给删除下再导入项目运行。
标签:
xUtils
[...
分类:
其他 时间:
2015-01-12 19:15:02
收藏:
0 评论:
0 赞:
0 阅读:
446
在做音乐播放器的时候,要在Activity不绑定Service的前提下(如果绑定了,Activity挂了Service也就挂了)进行相互传输数据,Activity向Service传输数据可以使用Intent,Service向Activity传输数据可以使用广播机制,一般代码如下:
标签:
Android SDK
[1].[代码] [Java]代码 跳至 [1]
...
分类:
其他 时间:
2015-01-12 19:14:53
收藏:
0 评论:
0 赞:
0 阅读:
273
启动的时候,调用了
??
launcher.cli.BuildActionsFactory.java
private Runnable runBuildInProcess(StartParameter startParameter, DaemonParameters daemonParameters, ServiceRegistry loggingServices) {
...
分类:
其他 时间:
2015-01-12 19:14:32
收藏:
0 评论:
0 赞:
0 阅读:
257
在cocos2dx的lua开发,保存和读取用户的配置信息时,用户配置信息可能保存了,可能没有保存,所以,我们需要在配置信息时,给一个默认的值;
尽管cocos2dx里面CCUserDefault这个类,但是我觉得不太好用,因为,使用的时候,需要每次都指定类型,字符串、整型,不是很方便。
我是用了,之前分享代码里面的overload方式,使得工具代码的使用者无需关心具体的细节,只要知道自己要保存...
分类:
其他 时间:
2015-01-12 19:14:13
收藏:
0 评论:
0 赞:
0 阅读:
336
+= acts in place to modify an existing array rather than create a new one.
a = ones((2,3),dtype = int) # a 是 int32
array([[1, 1, 1],
[1, 1, 1]])
b = random.random((2,3)) # b是float64
...
分类:
其他 时间:
2015-01-12 19:14:02
收藏:
0 评论:
0 赞:
0 阅读:
387
scala入门-07特质类(trait)的使用
scala入门-07特质类(trait)的使用
scala入门-07特质类(trait)的使用...
分类:
其他 时间:
2015-01-12 19:13:52
收藏:
0 评论:
0 赞:
0 阅读:
297
sphinx搜索引擎索引结构优化。2年前工作中的内容,已成过眼烟云,分享一下,欢迎交流。...
分类:
其他 时间:
2015-01-12 19:13:42
收藏:
0 评论:
0 赞:
0 阅读:
433
如何借助SimpleAdapter和Spinner实现下拉列表...
分类:
其他 时间:
2015-01-12 19:13:32
收藏:
0 评论:
0 赞:
0 阅读:
322
利用两个栈模拟队列
stack1,stack2
首先向stack1当中放入数据,如果需要输出数据,从stack2中delete数据,如果stack2为空,就把stack1中数据导入stack2
#include "static.h"
#include
#include
template
class CQuue
{
public:
CQuue(){};
~CQuue(){}...
分类:
其他 时间:
2015-01-12 19:13:12
收藏:
0 评论:
0 赞:
0 阅读:
296
如何借助ArrayAdapter和Spinner实现下拉列表...
分类:
其他 时间:
2015-01-12 19:12:32
收藏:
0 评论:
0 赞:
0 阅读:
549
现在互联网上的服务接口都是Restful的,SOAP的Service已经不是主流。.NET/Mono下如何消费Restful Service呢,再也没有了方便的Visual Studio的方便生产代理的工具了,你还在用HttpWebRequest 自己封装吗?Restful Service还有授权问...
分类:
其他 时间:
2015-01-12 19:10:32
收藏:
0 评论:
0 赞:
0 阅读:
384
连接操作相关的命令quit:关闭连接(connection)auth:简单密码认证持久化save:将数据同步保存到磁盘bgsave:将数据异步保存到磁盘lastsave:返回上次成功将数据保存到磁盘的Unix时戳shundown:将数据同步保存到磁盘,然后关闭服务远程服务控制info:提供服务器的信...
分类:
其他 时间:
2015-01-12 19:09:42
收藏:
0 评论:
0 赞:
0 阅读:
231
[转载]GMT地形数据总结 原文地址:GMT地形数据总结作者:Jason转载:http://seisman.info/gmt-topo-grid-datas.html目前接触到的地形数据主要有三种:etopo、GTOPO30以及SRTM。按照精度从低到高排序如下:etopo5:GMT网格数据之eto...
分类:
其他 时间:
2015-01-12 19:09:12
收藏:
0 评论:
0 赞:
0 阅读:
501
参考:http://seisman.info/fcitx-for-centos-7.html#id101.加入EPEL源1 $ wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-1.noarch.rpm2 $ su...
分类:
其他 时间:
2015-01-12 19:08:22
收藏:
0 评论:
0 赞:
0 阅读:
753
/*reset*/div, p, a, span, body, dl, dt, dd, header, footer, img, section, time, h2, em, article, h3, h4, ul, li, label, ol, h5, i, var { word-wrap: b....
分类:
其他 时间:
2015-01-12 19:08:12
收藏:
0 评论:
0 赞:
0 阅读:
357
1、错误描述:输入url,浏览器报404错误控制台报错信息有:Did not find handler method for错误原因:没有在controller中加上注解 @Controller 所以Spring容器不会识别该处理方法;2、错误描述:Invalid bound statement (...
分类:
其他 时间:
2015-01-12 19:07:42
收藏:
0 评论:
0 赞:
0 阅读:
321
IntelliJ IDEA 使用总结http://my.oschina.net/xianggao/blog/97539IntelliJ IDEA 问题解决:1.乱码,主要是快捷键的字样显示乱码 中文字体显示乱码?2.菜单项等的字体太小,怎么能设置下?-------------------------...
分类:
其他 时间:
2015-01-12 19:07:32
收藏:
0 评论:
0 赞:
0 阅读:
339
UISegmentedControl 改变选中字体的颜色
分类:
其他 时间:
2015-01-12 19:07:02
收藏:
0 评论:
0 赞:
0 阅读:
581