一直使用notepad++的,但是他没有文件类似EditPlus的资源管理器,可以装一个light explorer(或者是 explorer) 方便多了……
记录成长的地方
实时温度 有问题呀 开始没用循环 程序代码有点……
http://sou.qq.com/online/get_weather.php 这个根据访问IP返回的天气信息
http://sou.qq.com/online/get_weather.php?callback=weather&city=huainan 后面是城市拼音 id为75 返回json也不一样的(程序也就得……)
测试结果如下:
今天:2013-11-20 多云 东北风 12/17℃
明天:2013-11-21 多云 西南风 12/17℃
后天:2013-11-22 晴 南风 13/18℃
大后天:2013-11-23 多云 西南风 12/17℃
外天(不知道怎么叫的):2013-11-24 小雨 西北风 5/10℃
淮南天气
more >>
html5 audio 给博客 网页加背景音乐 可以加上个按钮或者链接 让其可停止或暂停
下面代码只是暂停 可以弄成暂停 播放两种状态切换。。
可以考虑换成a标签
TQ2416 出厂给的zImage 已经移植好了web服务器,,
如何自己移植,百度加google。记录一下过程吧。
cgi 测试页面如下:
机器相关信息
more >>
接上文 除掉错误了 但是有个警告
Build path specifies execution environment J2SE-1.5. There are no JREs installed in the workspace that are strictly compatible with this environment.
solution:
more >>
1、import以前的项目(problems中注意查看,),报以下错误,但不影响操作:
Description Resource Path Location Type
Description Resource Path Location Type Target runtime MyEclipse Tomcat v7.0 Unknown Faceted Project Problem
2.solution
找到工程目录下的.settings下的org.eclipse.wst.common.project.facet.core.xml
more >>默认的不能改变,全灰,另存为即可 。Settings -> Editor -> Colors & Fonts -> Font -> 在“Scheme name”选择一个主题样式并另存为:aa,aa自己取得名字,这时font size就可以设置了,下面的左栏是可选字体列表,右侧为当前系统编辑器的字体,选择一个字体,并修改字体大小,保存即可。
其他设置,,,
中文乱码显示解决:
Settings -> Editor -> Appearance -> 选择Theme -> 然后勾选上下面的Override default fonts by:在Name中选择一个支持中文字体的字体:比如微软雅黑,serif, sansSerif等,并设定Size,这个设置主要是IDE的菜单标题栏字体和样式等,然后保存即可。
more >>
tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true