码迷,mamicode.com
首页 >  
搜索关键字:file system check    ( 106627个结果
webStrom及phpStrom中文乱码解决方法
我们刚开始用webStrom或者phpStrom时,可能会遇到中文乱码的问题,比如菜单乱码、中文文件名乱码:其实解决方法也很简单,只需在这里调整就行了:打开:File -> Settings -> Appearance,这里可以设置你的软件界面的字体,勾选“Override default font...
分类:Web程序   时间:2014-05-24 01:17:25    阅读次数:859
简易时钟
内容来源于开发者社区。用到的代码如下:using UnityEngine;using System.Collections;using System;public class ClockAnimator : MonoBehaviour{ private const float h...
分类:其他好文   时间:2014-05-24 00:47:44    阅读次数:308
js跨域访问
客户端 HTML 1 2 服务端 H.ashx 1 2 3 using System; 4 using System.Web; 5 6 public class H : IHttpHandler { 7 8 public void ProcessRequest (HttpC...
分类:Web程序   时间:2014-05-23 23:47:10    阅读次数:499
tar [options] [list of file]
打包:zcvf解压:zxvf-c 创建新档案文件-x 从档案文件中解出文件(释放文件)-v (verbose)显示tar命令执行的详细过程-f 指定目标为一个文件而不是一个设备-z 调用gzip来压缩归档文件,与-x联用时调用gzip完成解压缩-O 将文件解开到标准输出-r 向归档文件末尾追加文件-...
分类:其他好文   时间:2014-05-23 22:54:54    阅读次数:376
System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt".
原文:http://www.cnblogs.com/peace-lee/p/3586350.html昨天遇到一个比较奇怪的问题,运行VS2010调试程序的时候,总是会报一个错,然后程序就挂掉了:无可用源….,弹出一个窗口提示:System.AccessViolationException: Atte...
分类:数据库   时间:2014-05-23 22:18:37    阅读次数:465
linux:执行脚本出现/bin/sh^M: bad interpreter: No such file or directory
问题出在^M,原因是脚本文件的编码格式是dos,有可能是我在window下编辑完了直接传到linux的结果,可以在vim中输入以下命令确认编码格式:set ff //可以看到dos或unix的字样. 如果的确是dos格式的, 那么你可以用set ff=unix把它强制为unix格式的, 然后存...
分类:系统相关   时间:2014-05-23 12:53:37    阅读次数:507
mvn命令安装jar包--转
有的jar通过pom配置文件不能下载,比如oracle的jdbc连接jar就是,这个时候需要通过mvn的安装命令进行手动安装jar。命令是:mvn install:install-file -Dfile=C:\软件\sqldeveloper\jdbc\lib\ojdbc6.jar -DgroupId...
分类:其他好文   时间:2014-05-23 12:44:11    阅读次数:391
LeetCode OJ - Same Tree
题目:Given two binary trees, write a function to check if they are equal or not.Two binary trees are considered equal if they are structurally identical...
分类:其他好文   时间:2014-05-23 12:40:21    阅读次数:352
Server.UrlEncode、HttpUtility.UrlDecode的区别
在对URL进行编码时,该用哪一个?这两都使用上有什么区别吗?测试:string file="文件上(传)篇.doc";string Server_UrlEncode=Server.UrlEncode(file);string Server_UrlDecode=Server.UrlDecode(Ser...
分类:其他好文   时间:2014-05-23 12:10:00    阅读次数:319
SQLite Helper (C#) zt
http://www.codeproject.com/Articles/746191/SQLite-Helper-CsharpThis small class (SQLiteHelper.cs) is built on top of System.Data.SQLite.DLL. A referen...
分类:数据库   时间:2014-05-23 12:08:00    阅读次数:558
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!