在matlab快捷图标上右键,选择“还原以前的版本”--“兼容性”选项卡,在“以兼容模式运行这个程序”前面打勾,并选择“windows vista”,在下面的“特权等级”中,勾选“以管理员身份运行此程序”。OK,到这里就解决了。[注意]是用“windows vista”系列的兼容模式,不要用XP兼容...
rhythmbox是gnome下一款开源的音乐播放软件。ubuntu和fedora的桌面环境中均默认安装了rhythmbox。rhythmbox架构非常灵活,几乎所有地方都可以用插件来修改。用户想实现什么功能,都可以通过插件来实现。为了方便开发第三方插件,官网提供了详细的插件开发教材。但是,它已经过...
分类:
其他好文 时间:
2014-07-16 20:31:54
阅读次数:
313
当Linux 进行查找时,对某些目录的访问可能没有权限而无法进行访问,打印出很多错误消息
1、root目录文件内容
-bash-3.2$ ls
anaconda-ks.cfg bea Desktop lib wls1036_generic.jar
2、查找.log结尾的文件,
-bash-3.2$ find . -name "*.log"
find: ./.gconfd...
分类:
系统相关 时间:
2014-07-16 17:27:01
阅读次数:
433
1.先来一个基础的配置文件
##最后生成目录
#relase.abs.dir=C:\\Users\\Administrator\\Desktop
#
##工程绝对路径
#storeapp.abs=F:\\ZhangLeRepository\\trunk\\Andorid\\StoreApp
#photoview.abs=F:\\ZhangLeRepository\\trunk\\And...
分类:
移动开发 时间:
2014-07-16 14:30:58
阅读次数:
451
将下列命令输入WindowsPowerShell会自动安装先决条件Install-WindowsFeatureRSAT-ADDS,AS-HTTP-Activation,Desktop-Experience,NET-Framework-45-Features,RPC-over-HTTP-proxy,RSAT-Clustering,RSAT-Clustering-CmdInterface,RSAT-Clustering-Mgmt,RSAT-Clustering-PowerShell..
分类:
其他好文 时间:
2014-07-15 10:51:31
阅读次数:
579
今天我来测试连接的安全,数据是否可嗅探。android模拟器提供了内置的tcpdump,我们使用这个来抓包。1. 启动带tcpdump的模拟器santoku@santoku-virtual-machine:~/Desktop$ emulator -avd avd1 -tcpdump 7-14.cap...
分类:
移动开发 时间:
2014-07-14 22:18:19
阅读次数:
433
报错标题:Could not apply the stored configuration for monitors内容是一堆显示器分辨率问题。解决办法:因为我现在用的是笔记本外挂一个显示器,在重启的时候,gnome-setting-deamon 会保存上一次的设置,生成一个monitors.xml...
分类:
其他好文 时间:
2014-07-13 22:18:10
阅读次数:
443
Ubuntu+Windows双系统情况下,如果想要在Ubuntu中挂载Windows磁盘输入密码需要做一下操作。命令行输入:$ sudo gedit /var/lib/polkit-1/localauthority/10-vendor.d/com.ubuntu.desktop.pkla找到:[Mou...
BACKGROUNDElectronic devices, such as electronic book readers ("eBook reader devices"), cellular telephones, portable media players, desktop computers...
分类:
其他好文 时间:
2014-07-13 11:50:01
阅读次数:
271
Desktop的API,用于切换或者系统桌面环境。扩展起来可以做一个锁屏程序或者多桌面程序。模块部分: 1 'desktop.bas 2 'too much struct and declare unused, shame~ 3 Public Declare Function GetThrea...
分类:
其他好文 时间:
2014-07-10 14:50:31
阅读次数:
314