Jays 的文章
-
IIS配置文件的XML格式不正确 applicationHost.config崩溃 恢复解决办法
当打开IIS管理器,或配置网站时提示错误:配置文件的XML格式不正确 且是applicationHost.config的问题,那么肯定是applicationHost.config被破坏,IIS就崩溃。 解决办法就是恢复applicationHost.config 先检查C:\Windows\System32\inetsrv\config目录下的applicationHost.config文件,最好备份一份 使用IIS提供的AppCmd.exe的restore功能恢复applicationHost.config 运行命令提示符 键入 cd %windir%\system32\inetsrv,然后按 Enter 运行appcmd list backup命令来显示所有可用的备份。然后我们选择一个备份并运行appcm…… -
王源宗首部4K延时摄影 《圣域》
《圣域》-4K 希望大家调大音量、开启全屏、原画模式, 跟我一起走进这美丽的圣域。原片为3840*2160分辨率 #gallery-1 { margin: auto; } #gallery-1 .gallery-item { float: left; margin-top: 10px; text-align: center; width: 25%; } #gallery-1 img { border: 2px solid #cfcfcf; } #gallery-1 .gallery-caption { margin-left: 0; } /* see gallery_shortcode() in wp-includes/media.php */ …… -
Windows10下Onedrive更改文件夹
最近想尝试一下Windows10下的OneDrive同步功能,但是第一次选择文件夹错误,想变更一下路径,百度了十多分钟没搞明白。结果Google了一下就解决了 。。。 步驟一 工具列→右鍵關閉OneDrive(windows預設是開機即啟動) 步驟二 找到OneDrive預設資料夾,並刪除他(路徑:C:\Users\使用者名稱) 註:如果你沒有做步驟一,在刪除OneDrive資料夾時就會碰到底下這個情形 步驟三 重開機後會看到這個畫面,按下確定以後,就可以開始重新設定OneDrive資料夾位置 步驟四 登入你的個人帳號 步驟五 按下「變更」之後選擇你想要把…… -
-
openwrt。ADSL无法拨号的一种解决办法
ssh 到 WNDR4300 , root 登录,编辑 /etc/config/network ,在 config interface 'wan' 下面添加一条 option macaddr '28:c6:8e:a6:8f:88' 保存,退出,重启 WNDR4300 。 转自:v2ex -
Nginx下WordPress无法自动更新,提示填写FTP信息的解决方法
阿里云配置LNMP,安装Nginx。感觉SFTP也很方便,国内速度够快,所以懒得再去装FTP消耗资源了。 不过Wordpress提示升级的时候,点击自动升级都是不能正常升级的,提示要输入FTP账号密码信息,我想应该是要安装FTP吧,SFTP应该不行吧,于是也木有去管这个,每次都是手动升级的。 朋友的阿里云被他折腾了下,可以自动升级了,也木有安装什么FTP,问怎么弄的,也就是瞎折腾了下,然后就好了,就能自动更新了,这个就难过了,于是得想想办法,摸索一下,看来SFTP还是可以的。 据LNMP一键安装包使用者反映wordpress提示升级时,点“自动升级”…… -
Meaning Item Marketing Strategy
Organization forecasting permits you to recognize when your strip to tighten, and when to take more hazards. Discover all-you can about you should be making business forecasts. Why Worry about Company Forecasting? Company forecasting will make your company more successful while performed right. It is significantly more than basic forecast; fairly, business forecasting involves studying information regarding the economy, your organization, the marketplace position and recent styles to get ready…… -
升级avconv使youtube-dl在ubuntu 12.04上正常运行
起因:youtube-dl合并音视频的时候提示如下错误 WARNING: Your copy of avconv is outdated, update avconv to version 10-0 or newer if you encounter any errors. 故:升级avconv 1.) Make a directory avconv-source mkdir avconv-source 2.) Download and install the x264 library cd ~/avconv-source git clone git://git.videolan.org/x264.git x264 cd x264 sudo ./configure --enable-static sudo make sudo make install 3.) Download the avconv source cd ~/avconv-source git clone git://git.libav.org/libav.git avcon…… -