addClass_removeClass_toggleClass_hasClass.html 1 2 3 4 method_1.html 5 6 12 13 14 15 无样式16 有样式17 32 33 change_p...
gerrit是不会解决冲突的,如果两个人同时改了一个文件的同一行,就会冲突,你将会看到Review in Progress并且最下面会有Your change could not be merged due to a path conflict.如果在冲突提交者机器上解决远程冲突cd demogit...
分类:
其他好文 时间:
2014-06-27 15:34:34
阅读次数:
217
命令缩写:ls:list(列出目录内容)cd:Change Directory(改变目录)su:switch user切换用户rpm:redhat package manager红帽子打包管理器pwd:print work directory打印当前目录 显示出当前工作目录的绝对路径ps: proc...
分类:
系统相关 时间:
2014-06-26 22:15:58
阅读次数:
460
Dim ydtext As String '原单元格值Private Sub Worksheet_Change(ByVal Target As Range)If Target.Cells.Count = 1 ThenDim mycom As CommentDim ybzstr As String '...
分类:
其他好文 时间:
2014-06-26 12:22:59
阅读次数:
272
xammp=apache+php+mysql 相当于一个服务集成包吧,主要是帮助用户免去配置的烦恼。
问题描述:
但是xammp也会出问题,通常是启动不了apache服务,一般会显示如下错误信息:
9:20:15 [Apache] Status change detected: stopped
9:20:15 [Apache] Error: Apache shutdown ...
分类:
其他好文 时间:
2014-06-26 07:09:38
阅读次数:
618
刚学python,学到了有关于类和对象的地方。对一个概念有点模糊,后来通过实践编码找到一定规律
在python中
class test(object):
id=2
name='tt' list=['tt','dd']
def change(self,newA,new_id):
self.id=new_id
self.age=new...
分类:
编程语言 时间:
2014-06-25 19:29:20
阅读次数:
267
xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist, use xcode-select to change执行 sudo xcode-select -swi...
分类:
其他好文 时间:
2014-06-25 16:13:31
阅读次数:
190
First, update the attribute input type to multiselect:UPDATE eav_attribute SETentity_type_id = '4',attribute_model = NULL,backend_model = 'eav/entity_...
分类:
其他好文 时间:
2014-06-25 14:13:24
阅读次数:
285
【UIButton】 Button is a simple component designed to receive hover, pressed and click events, and change the color of a remote sprite. You can also op....
分类:
其他好文 时间:
2014-06-25 13:30:43
阅读次数:
276
一:勘误
classifier类中: def fprob(self, f, cat):
if self.catcount(cat) == 0:
return 0
#notice: rember change int to double or float
# + 0.0 or *1.0 is ok, other wise, may get 0.
return self.fc...
分类:
其他好文 时间:
2014-06-24 17:49:42
阅读次数:
211