因为最近需要做一些STM32的开发,而我大部分的其他开发都在Linux上,经常在Windows和Linux下切换感觉比较不方便,于是就研究了一下Linux下开发STM32的工具,顺便在这边做下记录。使用的开发工具软件平台:System Workbench for STM32 (Eclipse插件)下...
分类:
系统相关 时间:
2015-09-20 17:37:58
阅读次数:
676
MyEclipse企业级工作平台(My Eclipse Enterprise Workbench,简称MyEclipse)是对EclipseIDE的扩展,利用它可以在数据库和J2EE的开发、发布,以及应用程序服务器的整合方面极大的提高工作效率。它是功能丰富的J2EE集成开发环境,包括了完备的编码、调...
分类:
系统相关 时间:
2015-09-18 21:48:23
阅读次数:
280
1、配置IE: JMeter HTTP代理服务器的端口和浏览器设置的端口要一致2、打开Jmeter,添加一个线程组名为:MyGroup.3、在WorkBench(工作台),右键 Add-->Non Test Elements-->HTTP(S) Test Script Recorder4、Targ....
分类:
其他好文 时间:
2015-09-17 21:25:29
阅读次数:
319
grant all PRIVILEGES on student.* to root@'192.168.119.120' identified by '123456'; /* 上面的语句表示将 discuz 数据库的所有权限授权给 root这个用户,允许 root用户在192.168.119.120进...
分类:
数据库 时间:
2015-09-09 21:26:34
阅读次数:
236
1、输入mysql -uroot 进入命令行模式,2、输入"show variables like '%sock%';"查看sock文件所在位置如:3、配置客户端(以navicat为例)(1)打开mac 下的navicat(2)建立相应的连接,点击设置连接属性。(3)点击advanced->(4)u...
分类:
其他好文 时间:
2015-09-07 18:05:29
阅读次数:
713
一、设置数据库解压缩:mysql-workbench-community-6.3.4-win32-noinstall、mysql-5.6.25-win32打开mysql-5.6.25-win32到bin,打开mysqld.exe,执行后自动退出后,打开mysql-workbench-communit...
分类:
数据库 时间:
2015-09-01 19:49:14
阅读次数:
273
在使用MySQLWorkbench进行批量更新或删除时,会出现如下错误:ErrorCode:1175.YouareusingsafeupdatemodeandyoutriedtoupdateatablewithoutaWHEREthatusesaKEYcolumnTodisablesafemode,toggletheoptioninPreferences->SQLQueriesandreconnect. 0.000sec因为是MySQLWorkbench..
分类:
数据库 时间:
2015-08-31 15:32:38
阅读次数:
974
使用IAR Embedded Workbench编译zigbee程序时出现以下错误解决办法:Error[e12]: Unable to open file 'C:\Program Files\IAR Systems\Embedded Workbench 5.3\8051\config\lnk51ew...
分类:
其他好文 时间:
2015-08-27 22:50:35
阅读次数:
424
mysql workbench cannot be executed from a path that contains non-ASCII characters. this problem is imposed by used third party libraries. please run t...
分类:
数据库 时间:
2015-08-20 23:46:11
阅读次数:
456
做开发的同学们或多或少的都会遇到eclipse启动到一定程度时,就进入灰色无响应状态再也不动了。启动画面始终停留在Loading workbench状态。反复重启,状态依旧。 多数情况下,应该是非正常关闭eclipse工作区的文件状态错误所导致的。 在工作区目录中,有一个.metadata目...
分类:
系统相关 时间:
2015-08-20 13:00:40
阅读次数:
188