51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#F
webpack Uncaught ReferenceError: Swiper is not defined
一、报错原因:Swiper的JS文件没有加载成功,或者说swiper丢失了依赖(正常操作是:加载后再初始化Swiper)二、解决方法:在初始化Swiper的js文件中导入Swiper importSwiperfrom'../lib/swiper-4.2.2.min.js'; ...
代码星球
·
2020-04-05
webpack
Uncaught
ReferenceError
Swiper
is
Vue.js项目中使用 Ajax 和 FormDate 对象上传文件
letparam=newFormData();param.append("paths",this.ruleForm.uploadPath);param.append("pkg",this.ruleForm.packageName);// param.append...
代码星球
·
2020-04-05
Vue.js
目中
使用
Ajax
FormDate
SVN异常,Previous operation has not finished; run 'cleanup' if it was interrupted
SVN在提交、更新、cleanup时报错:Problemrunninglogsvn:FailedtoruntheWCDBworkqueueassociatedwith'D:workspacemsdev',workitem9414(file-installWebRoot/WEB-INF/lib/tms-express-a...
代码星球
·
2020-04-05
SVN
异常
Previous
operation
has
vue之$refs
敬请稍后...
代码星球
·
2020-04-05
vue
refs
iframe的使用
1.父页面调用子页面的元素$('a').contents().find("b") (a代表iframe的id或者class,b代表子页面) 2.子页面调用父页面的元素$(window.parent.document).contents().find("c")(c代表父页面的任意元素id或...
代码星球
·
2020-04-05
iframe
使用
LeetCode 191. Number of 1 Bits Question
题意:给你一个整数,计算该整数的二进制形式里有多少个“1”。比如6(110),就有2个“1”。 一开始我就把数字n不断右移,然后判定最右位是否为1,是就cnt++,否则就继续右移直到n为0。可是题目说了是无符号整数,所以给了2147483648,就WA了。因为j...
代码星球
·
2020-04-05
LeetCode
191.
Number
of
Bits
Android Studio:Error:Execution failed for task ':app:mergeDebugResources'. > Some file crunching failed, see logs for details
Gradle编译错误:14:39:58Executingtasks:[clean,:app:generateDebugSources,:app:mockableAndroidJar,:app:prepareDebugUnitTestDependencies,:app:generateDebugAndroidTestSo...
代码星球
·
2020-04-05
failed
for
Android
Studio
Error
inconvertible types; cannot cast 'android.supoort.v4.app.Fragment' to 'com.example.sevenun.littledemo.fragment.NewsTitleFragment'
inconvertibletypes;cannotcast'android.supoort.v4.app.Fragment'to'com.example.sevenun.littledemo.fragment.NewsTitleFragment'inconvertibletypes;cannotcast'android...
代码星球
·
2020-04-05
inconvertible
types
cannot
cast
#39android.supoort.v4.app.Fragment
Android Studio:Unable to add window android.view.ViewRootImpl$W@5e2d85a -- permission denied for this window 第一行代码
学习《第一行代码》的时候,出现的错误。 java.lang.RuntimeException:Unabletostartreceivercom.example.sevenun.littledemo.receiver.ForceOfflineReceiver:android.view.WindowManager...
代码星球
·
2020-04-05
window
Android
Studio
Unable
to
POJ 1703 Find them, Catch them 并查集
题意:给你t组数据,每组数据给你编号为1-n的坏人,这些坏人要么属于团伙A,要么属于团伙B,然后给你m次操作: A操作:询问x和y是不是同一个团伙 D操作:告诉你x和y不是同一个团伙 思路:和POJ1182食物链是一样的。http://www.cnblogs.com/sevenun/p/5474343...
代码星球
·
2020-04-05
them
POJ
1703
Find
Catch
poj 3262 Protecting the Flowers 贪心
题意:给定n个奶牛,FJ把奶牛i从其位置送回牛棚并回到草坪要花费2*t[i]时间,同时留在草地上的奶牛j每分钟会消耗d[j]个草 求把所有奶牛送回牛棚内,所消耗草的最小值 思路:贪心,假设奶牛a和奶牛b所处位置为, 交换前....(ta,da)(tb,db)...
代码星球
·
2020-04-05
poj
3262
Protecting
the
Flowers
FBVector
Simplyreplacing std::vector with folly::fbvector (afterhavingincludedthe folly/FBVector.h headerfile)willimprovetheperformanceofyo...
代码星球
·
2020-04-05
FBVector
folly学习心得(转)
原文地址: https://www.cnblogs.com/Leo_wl/archive/2012/06/27/2566346.html 阅读目录学习代码库的一般步骤folly库的学习心得总结回到目录 学习代码库的一般步骤1) 编译安装;2) 学习doc/manual文...
代码星球
·
2020-04-05
folly
学习
心得
Linux下编写 makefile 详细教程
原文地址: https://www.cnblogs.com/mfryf/p/3305778.html 近期在学习Linux下的C编程,买了一本叫《Linux环境下的C编程指南》读到makefile就越看越迷糊,可能是我的理解能不行。于是google到了以下这篇文章。通俗易懂。然后把它贴出来,方便学习...
代码星球
·
2020-04-05
Linux
编写
makefile
详细
教程
《Effective C++(第三版)》-笔记
1.1C++是一个多重泛型编程语言(multiparadigmprogramming),支持:过程形式(procedural),面向对象形式(object-oriented),函数形式(functional),泛型式(generic),元编程(metaprogramming)。1.2将C++看做主语言,那么他就四种次语...
代码星球
·
2020-04-05
Effective∵C++(第三版)
-笔记
首页
上一页
...
1395
1396
1397
1398
1399
...
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他