全部文章-总排行
以前安装opencart的时候倒是不需要mcrypt 这个库。但是新版本需要了。加上自己的 是mac环境。当时闲麻烦,就一直没装。这次下午就寻思给装上吧! 1.首先你要先安装xcode这个工具。不然没办法编译! xcode这个可以在苹果appstore下载。 2.安装command line too...
分类:系统服务 时间:2014-10-20 22:38:00 收藏:0 阅读:11869
最近在装AS的时候遇到一个问题,新建工程后,编译报错,Error:Could not determine Java version不言而喻:可定是JDK的问题,网上查到2中可能性第一:就是JDK路径没有关联好解决办法: File -->Project Structure-->SDK Locatio....
分类:移动平台 时间:2015-08-27 18:00:43 收藏:0 阅读:11861
处理流程:快速二值化(区域)->获取区域边缘->截取边缘->膨胀边缘区域(定位)->定位区域进行边缘检测->边缘分割:线和圆->选择属性为圆的弧->拟合圆*读取图像read_image (Image, 'double_circle')dev_close_window ()get_image_size...
分类:其他 时间:2014-10-24 16:06:43 收藏:0 阅读:11857
一,安装Live Server插件(不详细说明了) 二,开启Server(服务) 有四种方式: 在窗口的最底部有Go Live可以点击,一旦点击,就会自动在浏览器中打开HTML文件 在HTML文件中右键,然后点击open live server 快捷键 (alt+L, O) 打开服务 (alt+L, ...
分类:其他 时间:2017-08-06 18:42:49 收藏:0 阅读:11852
升级Genymotion 后发现INSTALL_FAILED_NO_MATCHING_ABIS 提示安装失败解决办法 去Genymotion 官网下载ARM兼容包 下载地址ARM Translation Installer v1.1Hosted by FILETRIP直接将zip包拖到开启的模拟器点...
分类:其他 时间:2015-03-17 15:43:18 收藏:0 阅读:11846
安装phpstorm,安装git。1、在git.oschina上新建一个项目;2、打开phpstorm,检查git是否正确集成,如下图:3、检查后,即可以将git上的项目clone下来,如下操作:4、键入在git中复制的项目地址,指定本地文件夹,点击Clone后会让你输入git.oschina的用户...
分类:Web开发 时间:2015-06-17 01:45:55 收藏:0 阅读:11843
cmd安装 pip install tensorflow 1.遇到了 ERROR: Cannot uninstall 'wrapt'. It is a distutils installed project and thus we cannot accurately determine which ...
分类:编程语言 时间:2019-07-05 23:58:40 收藏:0 阅读:11843
OneV's Den http://onevcat.com/ 破船之家 http://beyondvincent.com/ NSHipster http://nshipster.cn/ Limboy 无网不剩 http://limboy.me 唐巧的技术博客 http://blog.devtang.com/ Lex iOS notes http://ios.lextang.c...
分类:移动平台 时间:2014-10-30 00:25:29 收藏:0 阅读:11841
先上图再上代码:import ttkfrom Tkinter import *root = Tk()tree = ttk.Treeview(root, columns=('col1','col2','col3'))tree.column('col1', width=100, anchor='cent...
分类:编程语言 时间:2014-12-10 19:30:02 收藏:0 阅读:11841
Consul 是一个分布式,高可用,支持多数据中心的服务发现和配置共享的服务软件,由 HashiCorp 公司用 Go 语言开发, 基于 Mozilla Public License 2.0 的协议进行开源。 在Consul的文档上,Consul 支持Service Discovery, Healt...
分类:其他 时间:2015-05-12 11:03:01 收藏:0 阅读:11840
1、获取当前行索引var rowIndex = $('#dg').datagrid('getRowIndex', row);2、根据索引删除当前行$('#dg').datagrid('deleteRow',rowIndex);3、根据索引获取当行 var row = $('#dg').datagri...
分类:Web开发 时间:2015-03-12 18:35:37 收藏:0 阅读:11837
#encoding=gb2312import urllibimport redef getHtml(url): page = urllib.urlopen(url) html = page.read() return htmldef getImg(html): reg = r...
分类:编程语言 时间:2015-09-29 07:38:11 收藏:0 阅读:11830
在使用Git来克隆仓库报了错误,如下: fatal: unable to access ‘https://github.com/xingbuxing/TA-Lib-in-chinese.git/‘: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connecti ...
分类:其他 时间:2017-09-02 20:29:49 收藏:0 阅读:11818
1、从标记创建datebox2、使用javascript创建datebox. $("#dd").datebox({ required:true }); 3、如果给input单纯的设置readonly 属性是不能生效的,以下为解决方案:$(".datebox :text").attr(...
分类:其他 时间:2014-08-17 12:59:32 收藏:0 阅读:11798
公司的mac 之前有安装过node ,后来 我又用brew 方式 重建 node 导致各种问题 用各种 命令 解决了一些问题  但是 我也不清楚 哪个 起作用了 brew cleanup  brew link node brew uninstall node brew install node
分类:系统服务 时间:2016-03-14 18:32:44 收藏:0 阅读:11785
出现这种错误是因为: 在 yml中设置 eureka.client.register-with-eureka=false eureka.client.fetch-registry=false 但在服务端是要这是为false的,在客户端需要设置为true的,当在客户端设置为true之后若还是报这个错误 ...
分类:系统服务 时间:2019-05-05 20:23:46 收藏:0 阅读:11771
项目中实现 Android PopupWindow显示在控件上方或者下方 主要代码如下   View view = mInflater.inflate(R.layout.layout_popupwindow, null); PopUpwindowLayout popUpwindowLayout = (PopUpwindowLayout) view.findViewB...
分类:移动平台 时间:2015-01-23 16:29:04 收藏:0 阅读:11762
Android常用的工具类主要介绍总结的Android开发中常用的工具类,大部分同样适用于Java。目前包括HttpUtils、DownloadManagerPro、ShellUtils、PackageUtils、PreferencesUtils、JSONUtils、FileUtils、Resour...
分类:移动平台 时间:2014-07-13 00:59:31 收藏:0 阅读:11761
一、CFBundleVersion与CFBundleShortVersionString设置CFBundleVersion:标识内部版本号,如果发包错误时可以将错误的撤回及时更改内部版本号即可。CFBundleShortVersionString:代表应用的发布版本号,该版本的版本号是三个时期分隔的...
分类:移动平台 时间:2015-01-04 11:58:22 收藏:0 阅读:11760
先给出示例html代码 <div> <!-- Nav tabs --> <ul class="nav nav-tabs" role="tablist" id="contentnavid"> <li role="presentation" class="active"><a href="#tab1"
分类:其他 时间:2016-02-19 20:27:06 收藏:0 阅读:11752
14243444546161997
上一页3239936下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!