Recently ,I got confused When I use  git to push one of my project. The problem is below: And I Found the solutions  below maybe helpful to someone who meet the problem: Dealing with non-fast-forward errors Sometimes, Git can't make your change to a…
你打开命令提示符输入CTFMON就可以啦.…
选择“项目”菜单->项目属性->配置属性->常规->字符集,改为“未设置”即可.…
https://talks.golang.org/2015/go-gc.pdf https://www.oschina.net/translate/go-gc-solving-the-latency-problem-in-go-1-5?comments&p=1 Go: 成千上万的 goroutines 使用管道进行同步 执行 go 的运行时间,使 go 和用户同步 空间位置的控制 (可以嵌入结构,内部指针 (&foo.field)) Java: 数十个Java线程 使用对象/锁的同步 由C…
Fast Food Time Limit:3000MS     Memory Limit:0KB     64bit IO Format:%lld & %llu Submit Status Practice UVA 662 Appoint description:  System Crawler  (2015-08-27) Description   The fastfood chain McBurger owns several restaurants along a highway. Rec…
在64位的操作系统安装oracle10g 软件安装完成后,使用dbca建库的时候报下面的错: $ dbcaUnsatisfiedLinkError exception loading native library: njni10Exception in thread "main" java.lang.UnsatisfiedLinkError: get        at oracle.net.common.NetGetEnv.get(Native Method)        at o…
MASTERING CREATIVITY, 1st EditionThis guide is free and you are welcome to share it withothers.From James Clear:For most of my life, I didn't consider myself to be particularly creative. I didn't play a musicalinstrument (or even know how to read mus…
Asynchronous ActionScript Execution Date September 19, 2009 Language ActionScript 3.0 Target Flash Player 9+ Introduction In Flash Player, both the execution of ActionScript and screen rendering is handled in a single thread. In order for the screen…
我们生产服务器都部署在VMware ESXi 5.5平台上,最近大半年的时间,偶尔就会出现操作系统为Windows Servre 2012的服务器出现没有任何响应(unresponsive)的情况,出现问题的时候,服务器有下面一些现象: 1: 应用程序无法访问SQL Server数据库,使用Microsoft SQL Server Management Sutdio去测试连接数据库,也会返回连接错误. 2: 网络有时候能Ping通,有时候是Ping不通的情况. 3: 远程连接无法访问服务器,从V…
这个问题的产生根据网上搜集的资料是因为微软的新补丁KB2970228和KB2982791限制了字体文件的使用机制, 而EditorLineEnds.ttr是delphi字体临时文件, 这就导致了delphi启动时无法访问这个文件,启动失败 解决方案: 把EditorLineEnds.ttr扩展名改为ttf,右键安装,problem solved !!!…