<td height="40" title="<{$rs.regtime|date='Y-m-d H:i:s',###}>"><{$rs.regtime|mdate}></td> /** * 格式化友好时间格式 * @param unknown $time * @return string */fu ...
分类:
其他好文 时间:
2017-09-05 13:30:56
阅读次数:
146
在CMD中进入Python2命令行交互模式,输入代码报错: LookupError: unknown encoding: cp65001 解决方法: 在CMD中设置 Python2 的环境变量 PYTHONIOENCODING,在CMD中输入如下内容: set PYTHONIOENCODING=ut ...
分类:
其他好文 时间:
2017-09-05 09:59:45
阅读次数:
174
Cortex-Mx启动,备忘,以免将来忘记。中断向量表不用说,从重置中断开始吧 这里一共就执行了两个函数,SystemInit和__main。 我们一般在SystemInit里面配置系统时钟,这里跳过。__main是我们今天的重点。 分散加载这里将会初始化我们的全局静态变量 可能汇编看起来不是很直观 ...
分类:
其他好文 时间:
2017-09-04 09:56:44
阅读次数:
1894
use mysql;update user set password='123456' where user='root'; //报unknown column password错误update mysql.user set authentication_string=password('12345 ...
分类:
数据库 时间:
2017-09-04 01:03:02
阅读次数:
192
java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Tomcat].StandardHost[localh ...
分类:
其他好文 时间:
2017-09-03 11:16:50
阅读次数:
261
import java.net.InetAddress; import java.net.UnknownHostException; public class MainProcess { public static void main(String[] args) { InetAddress loc... ...
分类:
编程语言 时间:
2017-09-02 21:46:14
阅读次数:
113
操作系统: eclipse错误描述:在启动eclipse的时候,选定工作目录后,eclipse闪退,并叫我看工作目录下的.metadata/.log日志查看问题 错误分析: 通过查找方案,分析是有以下问题引起的。由于我Ubuntu系统被误操作破坏了后,重新安装了,讲原来的home目录直接挂在到新的系 ...
分类:
系统相关 时间:
2017-09-01 09:55:34
阅读次数:
292
服务器环境:[root@localhostmysql]#cat/etc/redhat-releaseCentOSLinuxrelease7.3.1611(Core)[root@localhostmysql]#uname-aLinuxlocalhost.localdomain3.10.0-514.21.1.el7.x86_64#1SMPThuMay2517:04:51UTC2017x86_64x86_64x86_64GNU/Linux[root@localhostmysql]#CentOSLinux..
分类:
数据库 时间:
2017-08-31 22:23:52
阅读次数:
1180
SQL syntax --语法错误,看near,错误会在near后引号中的内容 的附近 Table/Database....... dosen't existes 表/库(库名/表名) 不存在 Unknown column ..... 未知字段(插入字符串时未加引号导致mysql认为此是个字段名) ...
分类:
数据库 时间:
2017-08-31 20:19:28
阅读次数:
234
通过httpclient模拟post请求,接收响应的时候报了这样一个警告: org.apache.commons.httpclient.HttpMethodBase - Going to buffer response body of large or unknown size. Using get ...
分类:
Web程序 时间:
2017-08-31 14:21:28
阅读次数:
251