会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
开放日志
Just log it!
管理
上一页
1
2
2014年5月23日
SecureCRT ssh Ubuntu Home End delete键失效?
摘要: Session Options -- Terminal -- EmulationTerminal 选择 Linux OK来自为知笔记(Wiz)
阅读全文
posted @ 2014-05-23 13:18 openlog
阅读(544)
评论(0)
推荐(1)
编辑
ssh登陆ubuntu开始较慢
摘要: Justaddtheparameter"UseDNSno"on/etc/ssh/sshd_configsudo service ssh restart来自为知笔记(Wiz)
阅读全文
posted @ 2014-05-23 09:39 openlog
阅读(124)
评论(0)
推荐(0)
编辑
2014年5月22日
Ubuntu 12.04安装最新版本PostgreSQL
摘要: https://wiki.postgresql.org/wiki/Apt sudo nano /etc/apt/sources.list.d/pgdg.list粘贴deb http://apt.postgresql.org/pub/repos/apt/ precise-pgdg mainctrl+o 回车ctrl+xwget --quiet -O - https://www.postgresql....
阅读全文
posted @ 2014-05-22 20:35 openlog
阅读(541)
评论(0)
推荐(0)
编辑
2014年3月11日
xpath用法
摘要: http://www.ibm.com/developerworks/cn/xml/x-xpath5tips/index.html http://www.w3schools.com/XPath/ 来自为知笔记(Wiz)
阅读全文
posted @ 2014-03-11 21:31 openlog
阅读(116)
评论(0)
推荐(0)
编辑
2014年2月7日
google spreadsheet 读取openerp 7.0数据
摘要: function onOpen() { var ss = SpreadsheetApp.getActiveSpreadsheet(); var menuEntries = [{name: "Insert Selection Field", functionName: "menu_insertSelection"}, {name: "Settings", functionName: "menu_settings"} ]; ss.addMenu("OpenERP", menuEntries); va
阅读全文
posted @ 2014-02-07 13:23 openlog
阅读(345)
评论(0)
推荐(0)
编辑
2012年11月7日
OpenERP 千位分隔符(thousand separator)
摘要: 设置——翻译——语言编辑 简体中文 语言分隔符格式填入[3] ;千位分隔符填入 , (半角逗号);如果要用空格作为thousand separator,填入一个空格貌似不行,填两个空格可产生一个千位分隔符,填三个空格可产生两个个千位分隔符,依次类推....并且分隔符格式填入[3,3,3,-1],根据需要增加”3“的个数。
阅读全文
posted @ 2012-11-07 12:32 openlog
阅读(525)
评论(0)
推荐(0)
编辑
2012年11月2日
OpenERP 修改web客户端文本框默认高度
摘要: OpenERP 6.1\Server\server\openerp\addons\web\static\src\xml\base.xml<t t-name="FieldText"> <textarea rows="12" t-att-name="widget.name" t-att-id="widget.element_id" t-att-maxlength="widget.field.size" t-attf-class="field_#{widget.type}&
阅读全文
posted @ 2012-11-02 14:41 openlog
阅读(280)
评论(0)
推荐(0)
编辑
2012年11月1日
OpenERP 订单等按时间排序模块
摘要: 模块名称:base_orderedCamptocamp出品下载地址:http://apps.openerp.com/addon/6183?filter={%22order_by%22%3A+%22name%22%2C+%22author%22%3A+133}&page=0安装后默认按时间降序排列:销售订单、采购订单、发货单、入库单、形式发票。贴一下主要代码:ordered.pyfrom osv import fields, osvclass purchase_order(osv.osv): _inherit = "purchase.order" _order = &
阅读全文
posted @ 2012-11-01 10:26 openlog
阅读(312)
评论(0)
推荐(0)
编辑
上一页
1
2