码迷,mamicode.com
首页 >  
搜索关键字:shared library    ( 12117个结果
js2flowchart
https://github.com/Bogdan-Lyashenko/js-code-to-svg-flowchart js2flowchart - a visualization library to convert any JavaScript code into beautiful SVG ...
分类:Web程序   时间:2019-06-30 09:29:36    阅读次数:230
IDEA下创建Spring项目
IDEA下创建Java SE Spring项目示例 1、创建项目 第4步:是否自动创建空的Spring容器配置文件,默认文件名是spring-config.xml。勾不勾选都行,如果没勾选,后面要自己创建。 第5步:设置如何添加Spring要用到的库? Use library:从磁盘上选择要添加的S ...
分类:编程语言   时间:2019-06-30 09:23:27    阅读次数:554
E - Third-Party Software - 2 Gym - 102215E (贪心)
Pavel is developing another game. To do that, he again needs functions available in a third-party library too famous to be called. There are mm functi ...
分类:其他好文   时间:2019-06-29 22:14:50    阅读次数:106
js常用网站
nec代码库: http://nec.netease.com/library amaze js插件库: http://plugins.amazeui.org/ bootstrap框架: http://www.bootcss.com/ jQuery UI: http://www.jqueryui.or ...
分类:Web程序   时间:2019-06-29 14:48:36    阅读次数:159
C7部署PHP7.3.6yum方式
1.检查安装环境删除5.4.16版本的phprpm-qa|grepphpphp-pdo-5.4.16-46.el7.x86_64php-cli-5.4.16-46.el7.x86_64php-ldap-5.4.16-46.el7.x86_64php-mbstring-5.4.16-46.el7.x86_64php-5.4.16-46.el7.x86_64php-xml-5.4.16-46.el7.
分类:Web程序   时间:2019-06-28 18:11:41    阅读次数:181
C++标准库(体系结构与内核分析)
一、C++标准库介绍 C++标准库:C++ Standard Library C++标准库与STL有什么关系: STL:Standard Template Library STL包含6大部件,基本占标准库的80%左右内容,而另外20%是一些好用的零碎的东西,所以说C++标准库包含STL。 编译器一定 ...
分类:编程语言   时间:2019-06-28 09:12:57    阅读次数:223
vs2015+ffmpeg开发环境配置
参考教程 https://blog.csdn.net/HUSTLX/article/details/51014307 1.在http://ffmpeg.zeranoe.com/builds/ 下载最新的ffmpeg的dev版和share版,注意下载的时候严格区分x64和x86,取决于你vs2015调 ...
分类:其他好文   时间:2019-06-27 16:22:52    阅读次数:309
PostgreSQL for Linux 安装方式
努力工作,快乐生活。
分类:数据库   时间:2019-06-27 10:55:38    阅读次数:345
【JVM】【linux】linux上执行jmap命令查看JVM内存使用情况,报错:sun.jvm.hotspot.debugger.NoSuchSymbolException: Could not find symbol "gHotSpotVMTypes" in any of the known library name
运行命令: 报错如下: 报错原因: 根据错误提示,可以看出来,需要一个java jvm的核心进程。 明明PID就是我java进程的PID,进程编号呀。 错误原因: PID不是你要查看的JAVA进程的PID,注意区分你到底要查看那个JVM进程。 解决方法: 查看java进程的PID 现在自己查看一下, ...
分类:系统相关   时间:2019-06-26 13:50:17    阅读次数:629
_未完成;交叉编译QT5.9安装到嵌入式arm板子上
ref:https://blog.csdn.net/u012175418/article/details/52704734 平台 :Ubuntu 18.04 QT版本 :5.9.1 (open source) g++ : 7.3.0arm-gcc :4.8.1 arm-board :Linux 3. ...
分类:其他好文   时间:2019-06-26 13:19:40    阅读次数:114
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!