微软近期Open的职位:SDE2 (Windows - Audio)Windows Partner Enablement team in Operating System Group is looking for a Software Development Engineer (SDE) in Sh...
分类:
其他好文 时间:
2014-07-03 09:44:36
阅读次数:
206
遇到错误:XMLHttpRequest cannot load http://XXX.aspx. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhos...
分类:
其他好文 时间:
2014-07-03 06:49:45
阅读次数:
182
在使用的是 Template(open(file)) 引入的 html, 在处理静态文件的时候,怎么处理图片?可以这样:def imgFile(environ, start_response): ext = environ['PATH_INFO'].split('.') for n in...
分类:
编程语言 时间:
2014-07-03 06:39:21
阅读次数:
220
测试了两个case,属于之前blog的遗留问题: innodb如何加载数据字典 flush tables都做了什么操作先来看下innodb加载数据字典: 首次使用:select * from tt;1. 创建handler对象函数调用栈: open_binary_frm ...
分类:
数据库 时间:
2014-07-03 06:21:07
阅读次数:
318
/* * * Copyright (c) International Business Machines Corp., 2001 * * This program is free software; you can redistribute it and/or modify * it...
分类:
其他好文 时间:
2014-07-02 23:25:51
阅读次数:
282
读取文件:#直接读取for line in open("d:\serverlist.txt"): print(line)#使用readline()方法读取file = open('d:\serverlist.txt')line = file.readline()while line:print...
分类:
其他好文 时间:
2014-07-02 23:06:01
阅读次数:
173
//主窗体//F:/2.html页面function show(){//获得主窗体对象中的id为txt的控件value,并且为其赋值window.opener.document.getElementById("txt").value= document.getElementById("text")....
分类:
其他好文 时间:
2014-07-02 10:00:06
阅读次数:
160
错误信息:
Error
Cannot display data
The data cannot be displayed: there is no viewpoint application for the data
错误出现情景:
在对程序做Hardware Event-based Sampling Analysis 0分析时,出现上述错误。
错误解决方法:
删...
分类:
其他好文 时间:
2014-07-02 09:02:56
阅读次数:
337
当一个project刚从git server端clone下来并open后,也许你会发现在Android Studio的右下角看不到当前是哪个branch的信息,如下图:
原因分析:不显示的原因是因为你当前的Android Studio默认版本控制工具不是Git,只要设置成Git就可以了,设置的具体方式在这边篇文章中已经讲了Android
Studio右键选项中没有Git?
设置完成...
分类:
移动开发 时间:
2014-07-02 08:04:22
阅读次数:
284
ERROR 1665 (HY000): Cannot executestatement: impossible to write to binary log since BINLOG_FORMAT = STATEMENTand at least one table uses a storage engine limited to row-based logging.InnoDB is limited to row-logging when transaction isolation level is REA...
分类:
数据库 时间:
2014-07-02 07:46:46
阅读次数:
322