摘要:
1 import java.io.BufferedReader; 2 import java.io.IOException; 3 import java.io.InputStreamReader; 4 import java.text.DecimalFormat; 5 import java.text.NumberFormat; 6 import java.text.SimpleDateFormat; 7 import java.util.Calendar; 8 9 public class MyEclipseKeyGen {10 private static final String ... 阅读全文
摘要:
按照官方要求安装系统后,好像一切都正常的样子,但是如果你发现添加不了客户,或者联系人的话,那就是我遇到的问题了,添加account或者其他选项时候出 现:Record you are trying to access is not found. Go Back。就是因为数据库的“STRICT_TRANS_TABLES”模式(不能使用自动增加字段)问题了,如果你已经使用了汉化补丁,这个出错提示是 没有文字的,只有一个返回的链接,也是同样添加不了任何联系人或者客户。解决方法有两种:1、修改mysql的my.ini文件,注释掉:sql- mode="STRICT_TRANS_TABLES, 阅读全文