- 博客(100)
- 收藏
- 关注
转载 Input常用限制
、小写自动转换成大写: or 2、大写自动转换成小写 or 3、防止退后清空的TEXT文档 4、ENTER键可以让光标移到下一个输入框 5、只能为中文(有闪动) 6、只能为数字(有闪动) 7、只能为数字(无闪动)57)) event.returnValue=false"> or onkeyup="if(isNaN(va
2010-03-29 06:44:00
236
原创 sap cann't login
Problem : Sap cann’t login , OracleOraHome92TNSListener starts then closes immediately. First , this computer’s name changed before , and this computer upgraded to domain . Delete do
2009-12-23 22:15:00
274
原创 Birthday
I have just see the calendar and know it was my birthday yesterday . No one remembered this . And i hanged water in the hosipital . Maybe i am so failed in my life. i have
2009-11-26 09:22:00
188
转载 if you don't marry at 26 ...
1、结余你的爱情血本,不要见人就爱。 2、工作辛苦点没关系,累死总比饿死好,至少无愧于心。 3、储备资金与精力,父母年岁已高,要保证他们的善终。v 4、凡事得失心不要太重,因为你的青春时间余下不多,开心最重要。 5、抽烟固然会影响身体健康,如果因为戒烟而倒致心里失常那损失更大。 6、做适量的运动,但做爱除外。 7、没必要的话,大可不必看一些韩国偶像剧之类
2009-11-24 13:05:00
196
原创 interview with ENC
Today , i have an interview with ENC, the position is Master Data Management ! There is something i can learn from this interview . First : your most fearSecond: what kind of boss you wa
2009-11-19 16:05:00
151
原创 how to add checkbox in Word ?
how to add checkbox in word ? view -> toolbars -> control toolbox checkbox
2009-11-09 12:57:00
199
原创 Homepage can not be changed , it is always the : 'go.microsoft.com/fwlink/?linkid=74005'
after changing the homepage to www.google.com , open IE , it still goes to go.microsoft.com/fwlink/?linkid=74005 the way to solve this problem is : Copy the text after to the t
2009-11-05 15:48:00
506
原创 How to rotate pdf file and save ?
When you need to rotate pdf file , you can use rotate view , but after rotating , the save button is not enable . the also accurs when using : view-> rotate view to solve this proble
2009-11-04 10:34:00
291
翻译 Ie open then close right away
when open IE , then suddenly close . Delete the cookies.
2009-11-03 09:42:00
145
原创 the chinese character is irrecognizable in English OS
After fininshing English XP setup , i found that the chinese character can not display correctly . at first , i open the control panel , then see there is no RPC selection in regional and lang
2009-10-15 19:47:00
197
原创 U-hdd can not farmat
Description: A new U-hdd . when partition one part , and format . OK. partition two parts , the second part can not be formatted . Use the format
2009-10-15 19:32:00
184
原创 the color of the unread mail in the lotus client is not red
How to set the color of the read mal in lotus client ? two ways to solute this problem: 1.refresh the design File -> Database -> Refresh Design -> Server 2.reinstall the lotus delete
2009-09-28 09:52:00
219
原创 network connection not exist in systray
1. set the properties of network connection check : 1. show icon in notification area when connected 2. Notify me when this connection has limited or no connectivity if
2009-09-27 15:46:00
267
原创 how to map a network device that you will see next login ?
when u map a network device , and the network device wil be lost at next logon . how to solve this problem? at mapping interface , choose the Reconnect at logon" option
2009-09-27 10:12:00
238
原创 sum( ) = 0 ?
when using function "sum" to get the sum , the sum data is 0 , it is not correct. the reason of this problem is the circular reference of one cell . for example , D4 = D4 + 1 when excel fa
2009-09-23 20:56:00
228
转载 msn的8000401a error
open the registry , then find the id: HKEY_CLASSES_ROOT/AppID/380689D0-AFAA-47E6-B80E-A33436FE314B ,delete , then OK!
2009-09-11 10:08:00
160
原创 与猎头交谈
好不容易有了一个sap的机会,就这样错过了 与猎头交谈了两次,突然发现自己太肤浅了 猎头指出了自己的问题: 对待某一个模块 , 要深入浅出的让人家明白你知道的东西 她举例: 比如人事的 , 得告诉一个人进入公司的流程,然后实现了啥目的,(比如薪资)
2009-08-03 16:13:00
133
原创 长智齿
昨晚一个晚上没睡,牙齿很疼早上看医生,医生说长牙齿了所谓的 智慧的牙齿 = 智齿身体最重要自己疼自己努力 , 乐观 你才是你自己的主人,不是别人
2009-06-19 20:33:00
225
原创 网页不能复制
网页的数据不能复制,打印也没数据,另存为也不行。 方法: 查看源文件,得到所有的数据 然后将代码粘贴到 frontpage 代码选项里,再进行预览,就可以看到刚才的网页 刚才不能复制的数据现在也可以了
2009-06-15 13:53:00
186
转载 虚拟机上网
第一种情况:主机使用PPPOE拨号上网方法一:NAT方式1、先关闭虚拟机中的操作系统,回到虚拟机主界面双击主界面右上方的的“Ethernet”,弹出“Network Adapter”对话框,选择“NAT”2、启动虚拟机操作系统,设置IP为动态获取,即通过DHCP获得。此时虚拟机中的操作系统用的是主机的IP,主机能够上网,那么虚拟机也能。方法二:Host-only方式1、先关闭虚拟机中的操作系统,回
2009-06-09 16:43:00
176
转载 ORACLE DUAL表详解
--转1、DUAL表的用途Dual 是 Oracle中的一个实际存在的表,任何用户均可读取,常用在没有目标表的Select语句块中--查看当前连接用户SQL> select user from dual;USER------------------------------SYSTEM--查看当前日期、时间SQL> select sysdate from dual;SYS
2009-06-08 15:32:00
180
原创 时间
时间能抹平一切,只不过需要的时间长短而已!有些人,有些事,也许转瞬间有些人,有些事,也许一辈子区别仅此而已所以,没有啥快乐会一直让你快乐所以,没有啥痛苦会一直让你痛苦所以,一切的快乐和痛苦都是短暂的,别在在意所以,没有啥砍跨不过所以,认真的过每天吧所以,快乐的过每天吧,即便不能快乐,也要学着快乐
2009-04-30 08:48:00
156
转载 自动机
http://course.cug.edu.cn/bianyi/book/course/3.3.2.htm 自动机学习http://metc.gdut.edu.cn/compile/cmpl3/3-3.htm
2009-04-21 16:41:00
180
原创 一些名词
CRM: Customer Relationship ManagementSRM: Supplier Relationship ManagementSCM: Supply Chain ManagementHCM: Human Capital Management
2009-04-17 09:10:00
164
原创 maxthon浏览器的问题
点击任何都打开新的网页: 解决方法: 选项 -> maxthon选项 -> 标签 -> 新建 -> 新标签显示在当前标签旁边 ( 钩去掉 )
2009-02-24 16:35:00
218
原创 ERP 、SAP 、R/3的区别
SAP 是ERP的一种R/3 是SAP的一种,针对大型企业SAP 还有针对小型企业的: ALL IN ONE 和 BUSINESS ONE
2009-02-03 15:25:00
264
转载 会计恒等式
会计恒等式是指各个会计要素在总额上必须相等的一种关系式。 会计等式(一)资产=负债+所有者权益 即:资金运用=资金来源。 该等式是会计记帐、核算的基础,也是编资产负债表的基矗它表明了股东与债权人两者在企业的资产中到底占了多大份额。在负债不变时资产与所有者权益同方向变化。所有者权益不变呢,资产就与负债同方向变化,而当所有者权益与负债都变化的时候,其资产的变化则等于两者之和。 会计等
2009-02-02 10:10:00
739
原创 会计 “预提” 理解
预提: 1月份进行成本计算的时候 , 有工资这个项目, 但是工资的实际支付2月份, 那就在一月份做一张预提凭证, 这个并不是实际支付。 凭证如下 1月份比如: DR:B 。。。。 Cr: A ...... 预提 2月实际支付的时候是不是: Dr: A 。 冲预提 CR: C。。 实际
2009-02-02 08:50:00
198
原创 USB鼠标不能使用
USB 鼠标不能使用: 前置USB接口插上mp3后导致 , USB鼠标点不亮 , 导致鼠标不能使用! 重新启动机器,没有解决。断电 , 重新启动, 问题解决。 具体原因: 未知
2009-01-14 10:51:00
264
原创 PB 导出 到 excel 显示乱码!
Pb -> excel 显示乱码: 在pb里面可以正常显示,到excel里显示成乱码,升级PB , 修改字体 均没有解决问题 。 最后重新安装Excel 或者说修复,问题解决了!
2009-01-14 09:25:00
612
原创 PB导出到excel 错误 : bad_mem_pointer
pb导出到excel 出现错误提示: bad_mem_pointer ----------------------------------------------------------某个列出现了 NULL 值 , 把NULL设置成为空 问题解决
2009-01-04 14:24:00
331
转载 windows server 2003 sp2 补丁下载地址
中文版http://download.microsoft.com/download/5/9/7/5976b101-a6bd-41c8-b39f-bb8e39ff1444/WindowsServer2003-KB914961-SP2-x86-CHS.exe英文版http://download.microsoft.com/download/5/f/1/5f104409-2736-48ef-
2008-12-03 16:51:00
1399
转载 warcarft III 不能运行 direct X
http://wingz.blogbus.com/logs/7229562.html---------魔兽争霸三不能初始化DirectX的解决办法
2008-11-26 21:00:00
527
原创 信贷日均统计
-------------------------------------------------------1.table 设计: login data2.关于得到鼠标当前的位置,函数: Function boo
2008-11-26 10:12:00
210
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人