首页 > 2019年10月09日 > 全部分享
IDEA 开发javafx: error: java:package javafx.application does not exist
1)jdk使用1.8, 1.7中未包含javafx相关内容。 2)确保classpath中加入了javafx包路径。 在“file” --> "project structure" -->"Platform Settings" 下的 "SDKs"选项中,添加dk 正确加载后可以看到: 若是经过上述步 ...
分类:移动平台   时间:2019-10-09 15:45:19    收藏:0  评论:0  赞:0  阅读:757
virtualenvwrapper配置时,source ~/.bashrc出错
执行完 1 sudo pip3 install virtualenv 2 sudo pip3 install virtualenvwrapper 然后运行 1 source ~/.bashrc 出现以下错误 原因分析: 收集了很多网上的资料,大概是说,安装virtualenv和virtualenvw ...
分类:移动平台   时间:2019-10-09 15:44:59    收藏:0  评论:0  赞:0  阅读:115
JVM、JRE、JDK之间的关系
这些是我结合了几个博主的内容 诠释一、 JDK(java development kit) JDK是Java开发工具包,是整个Java的核心,包括了Java运行环境JRE、Java工具和Java基础类库。 JRE(java runtime environment) JRE是Java的运行环境,包括J ...
分类:其他   时间:2019-10-09 15:44:23    收藏:0  评论:0  赞:0  阅读:91
C++ static静态成员变量在类中仅仅是声明
今天写代码时看到: 图1的3个静态成员变量在类中仅仅是声明,没有定义以及分配内存;必须在类外,图中就是cpp中,定义分配内存,才能使用 ...
分类:编程语言   时间:2019-10-09 15:44:02    收藏:0  评论:0  赞:0  阅读:131
Openfiler 安装包及汉化教程
软件下载: 中文版WebGui下载:http://xinghestudio.com/download/CN.Openfiler.ESA.2.99.2.4d1fb58-1-1.7z 英文版ISO下载:http://xinghestudio.com/download/openfileresa-2.99. ...
分类:其他   时间:2019-10-09 15:43:46    收藏:0  评论:0  赞:0  阅读:257
centos7 文件及目录的权限对应操作详解
一、文件和文件夹操作行为 与 权限配置 对应关系表: 参考:https://blog.csdn.net/weixin_38088485/article/details/84799497 ...
分类:其他   时间:2019-10-09 15:43:03    收藏:0  评论:0  赞:0  阅读:200
gunicorn Python部署应用
对于flask应用 启动命令为 python app.py 使用gunicorn启动 pip install gunicorn python gunicorn --workers=7 switch_app:app -b 0.0.0.0:6002 将gunicorn的配置参数写入文件 config.p ...
分类:编程语言   时间:2019-10-09 15:42:43    收藏:0  评论:0  赞:0  阅读:121
Vue 变异方法unshift&pop&shift
{{title}} {{v.content}} 发表到前面 发表到后面 删除第一条 删除最后一条 ...
分类:其他   时间:2019-10-09 15:41:50    收藏:0  评论:0  赞:0  阅读:204
Linq----------if使用
static void Main(string[] args) { var Spottingname = "112"; var plateno = "222"; var processid = "c8b79051249940acbeca5dd951d2c168"; Dat... ...
分类:其他   时间:2019-10-09 15:41:31    收藏:0  评论:0  赞:0  阅读:89
基于oracle的sql优化
一.编写初衷描述 【博客地址】http://www.cnblogs.com/grl214 在应有系统开发初期,由于数据库数据较少,对于sql语句各种写法的编写体现不出sql的性能优劣,随着数据的不断增加,出现海量数据,劣质sql与优质sql在执行效率甚至存在百倍差距,可见sql优化的重要性 二.Sq ...
分类:数据库技术   时间:2019-10-09 15:40:54    收藏:0  评论:0  赞:0  阅读:97
201910.9日
如何用命令将本地项目上传到git https://www.cnblogs.com/eedc/p/6168430.html Markdown基本语法 https://www.jianshu.com/p/191d1e21f7ed 使用python 提取html文件中的特定数据 https://blog. ...
分类:其他   时间:2019-10-09 15:40:32    收藏:0  评论:0  赞:0  阅读:113
Keepalived双机热备原理与基础配置
Keepalived的热备方式 基于VRRP热备份协议,以软件的方式实现Linux服务器的多机热备份功能。是通过共有的虚拟IP地址(VIP)对外提供服务;每个热备组内只能有一个服务器提供服务,其他服务器处于冗余状态,若当前服务器失效后,则其他处于冗余状态的服务器将接替他的工作(优先级高的),以继续提 ...
分类:其他   时间:2019-10-09 15:39:37    收藏:0  评论:0  赞:0  阅读:105
NOIP2019翻车前写过的代码
咕咕咕。 cpp //树的重心 void dfs(int x) { v[x]=1; size[x]=1; int max_part=0; for(int i=hed[x];i;i=nxt[i]) { int y=ver[i]; if(v[y]) continue; dfs(y); size[x]+= ...
分类:其他   时间:2019-10-09 15:39:17    收藏:0  评论:0  赞:0  阅读:91
边框凹陷效果
box-shadow:0 1px 0 rgba(0,0,0,.2) inset,0 -1px 0 rgba(255,255,255,.2) inset; ...
分类:其他   时间:2019-10-09 15:38:55    收藏:0  评论:0  赞:0  阅读:90
A parser-blocking, cross site (i.e. different eTLD+1) script, is invoked via document.write
使用Chrome访问第三方的js库时,在控制台出现警告: A Parser-blocking, cross-origin script, https://example.com/script.js, is invoked via document.write. This may be blocked ...
分类:其他   时间:2019-10-09 15:38:38    收藏:0  评论:0  赞:0  阅读:232
java http请求工具整理
处理了http 的get和post的请求,分别支持同步处理,异步处理两种方式下见代码。 ...
分类:编程语言   时间:2019-10-09 15:38:23    收藏:0  评论:0  赞:0  阅读:91
数据库操作
查看当前所有数据库 show databases; show databases; 创建数据库 create database 数据库名 charset=utf8; create database 数据库名 charset=utf8; 删除数据库 drop database 数据库名; drop d ...
分类:数据库技术   时间:2019-10-09 15:37:45    收藏:0  评论:0  赞:0  阅读:84
eclipse添加方法注释
打开注释模板编辑窗口:Window ->Preferences->java -> Code Style -> Code Template->Comments type 设置类的注释,method设置方法的注释 我的注释模板: 给方法或者类上添加注释,输入" /** "然后回车即可生成自定义的模板注释 ...
分类:系统服务   时间:2019-10-09 15:37:26    收藏:0  评论:0  赞:0  阅读:96
媒体查询
例如: @media (min-width:750px) and (max-width:1920px){ ._td_box>tr>th:nth-child(1){ width: 60vw; } ._td_box>tr>th:nth-child(2){ width: 40vw; } } ...
分类:其他   时间:2019-10-09 15:37:08    收藏:0  评论:0  赞:0  阅读:106
(二十五)python 3 深浅拷贝
在Python中对象的赋值其实就是对象的引用。当创建一个对象,把它赋值给另一个变量的时候,python并没有拷贝这个对象,只是拷贝了这个对象的引用而已。 浅拷贝:拷贝了最外围的对象本身,内部的元素都只是拷贝了一个引用而已。也就是,把对象复制一遍,但是该对象中引用的其他对象我不复制 深拷贝:外围和内部 ...
分类:编程语言   时间:2019-10-09 15:36:41    收藏:0  评论:0  赞:0  阅读:146
1176条   上一页 1 ... 30 31 32 33 34 ... 59 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!