- 博客(9)
- 收藏
- 关注
原创 AI再发展,真的要失业了
只需几分钟,AI就能轻松生成一个功能齐全的网站,让每个人都能成为产品经理。与程序员编写的代码相比,AI生成的效果更加出色。AI负责设计UI、编写前端和后端代码,以及创建数据库脚本,从而快速建立完整的站点。这个AI生成短网址工具:https://p2.ink ,大家来体验体验吧。
2025-03-13 15:23:39
84
原创 gradle切换源
cordova build 卡在:Resolving dependencies ':classpath'Download https://repo1.maven.org 恭喜,被墙了,修改:build.gradle repositories { maven{ url 'http://maven.oschina.net/content/groups/public/...
2015-08-14 01:12:11
4464
原创 cordova platform add android 国内慢
Cordova报错: E:\study\cordova\eppdemo>cordova platform add iosWARNING: Applications for platform ios can not be built on this OS - win32.npm http GET https://registry.npmjs.org/cordova-ios...
2015-08-13 11:39:29
1441
原创 utf-8非法字符65279
最近在做敏感词过滤的时候,用记事本保存敏感词,但是在读取记事本的时候,发现第一行的词总是识别不了经过debug发现在记事本保存utf8的时候自动加个了"空白"字符,经排查字符的ascii = 65279 google后发现原来记事本在保存utf8时自动在开头加上BOM,使用notepad ++的“以UTF-8无BOM格式编码”保存即可 ...
2015-07-22 18:47:03
391
原创 centos rpm 安装mysql 5.6报错解决方案
[root@iZ286daemg4Z mysql]# rpm -ivh MySQL-server-5.6.23-1.el6.x86_64.rpmPreparing... ################################# [100%] file /usr/share/mysql/charsets/README from...
2015-03-12 22:50:25
238
原创 CXF 不支持Timestamp
CXF集成Spring报下面错误:Error creating bean with name 'cxf': Singleton bean creation not allowed while the singletons of this factory are in destruction (Do not request a bean from a BeanFactory in a dest...
2014-02-26 21:21:00
217
Struts2 使用JSON返回JSON串带反斜杠的问题“\”
最近在使用datatable,Struts2返回的JSON Datatable总是不能解析,通过Firebug看到返回Json的都带有反斜杠如下: {\"Result\":\"OK\",\"Records\":[{\"PersonId\":1,\"Name\":\"Benjamin Button\",\"Age\":17,\"RecordDate\
2013-10-20 15:08:21
772
1
Poi Unable to read entire header; 0 bytes read; expected 512 bytes
Java 使用POI 读取 excel文件,错误:Unable to read entire header; 0 bytes read; expected 512 bytes原因可能:FileInputStream 使用了两次,第二次就会报这个错
2013-10-16 12:49:36
1894
1
T_SQL乘法口诀 ,oralce 乘法口诀
_SQL乘法口诀 declare @x int ,@y int ,@z varchar(1000)set @x=1set @y=1set @z=''while @x<=9 begin set @y=1 while @y<@x begin set @z=@z+Cast(@y As varchar(10))+'*'+Cast(@x As varchar(10))+...
2010-03-17 22:26:18
180
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人