移植了同事一个程序,然后死活不能用,发现启动文件错了,明天继续调。真把人折腾死了。stm32给的库文件太琐碎了,正如它的芯片型号一样繁多,例如启动文件:网上查到的各个文件的解释是:startup_stm32f10x_cl.s 互联型的器件,STM32F105xx,STM32F107xx startu...
分类:
其他好文 时间:
2014-10-15 01:54:29
阅读次数:
320
1.File recoding recent activities: ~/.local/share/recently-used.xbel直接删了就可以清除Dash Home里的最近记录2.设置图形界面的开机启动项: 在startup application里直接设置,或者想折腾的,写个 XXX.d....
分类:
系统相关 时间:
2014-10-13 16:36:19
阅读次数:
244
MyEclipse的Servers视图出现 MyEclipse Derby服务,一直想把它去掉在网上搜索了下,现已解决。如下,MyEclipse菜单:window-->Preferences-->General-->Startup and Shutdown-->MyEclipse Derby把这个服...
分类:
系统相关 时间:
2014-10-13 15:42:39
阅读次数:
363
今天,安装Tomcat7.0.21后,单独用D:\apache-tomcat-7.0.21\bin\startup.bat启动web服务正常。但在MyEclipse8.5中集成配置Tomcat7后,在MyEclipse启动Tomcat服务则出现如下错误提示:Exception in thread “...
分类:
编程语言 时间:
2014-10-13 01:07:19
阅读次数:
387
查看字符集
select userenv('language') from dual;
修改字符集(逐条执行即可)
sqlplus "/as sysdba";
shutdown immediate;
startup mount;
alter system enable restricted session;
alter system set job_queue_pr...
分类:
数据库 时间:
2014-10-12 17:41:08
阅读次数:
227
如果服务器crash了或者就hang住了,我们不必要跑到机房去按电源键的,因为我们也想“运筹帷幄之中,决胜千里之外”嘛。我们可以用IPMI,它可以让我们远程用一条命令开启(关闭、重启)一台服务器,也可以检查服务器的状态。IPMI简介:from wikipediaTheIntelligent Plat...
分类:
其他好文 时间:
2014-10-11 00:06:16
阅读次数:
551
问题描述:tomcat启动后,console正常,console中语句为:信息: Server startup in 7291 ms但浏览器访问首页面http://localhost:8080/psportal时报错,console中语句为:2014-02-21 14:13:12,492-[pspo...
分类:
Web程序 时间:
2014-10-09 21:39:47
阅读次数:
193
最近发现电脑开机速度越来越慢了。准备用python写一个开机启动的小程序:1:开机后等待12s等待网络连接,之后判断网络,如果还是连接不上,就放弃开机启动的项目。1:判断开机的日期,如果是周六日的时候就不用开启工作时候的程序了。startup.py===============================..
分类:
编程语言 时间:
2014-10-09 20:17:18
阅读次数:
273
打开eclipse目录下的eclipse.ini文件,修改–launcher.XXMaxPermSize属性,其中此属性有两处 -startup
plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32...
分类:
编程语言 时间:
2014-10-09 15:49:38
阅读次数:
184
#! /bin/sh
# chkconfig: 2345 55 25
# Description: Startup script for nginx webserver on Debian. Place in /etc/init.d and
# run 'update-rc.d -f nginx defaults', or use the appropriate command on your
#...
分类:
其他好文 时间:
2014-10-09 14:36:04
阅读次数:
322