#lat

mysql: Illegal mix of collations (utf8_unicode_ci,IMPLICIT) and (utf8_general_ci,IMPLICIT) for operation '= 的解决

昨天把mysql里所有table的varchar字段的字符集,批量换成了utf8mb4/utf8mb4_unicode_ci,以便能保存一些emoji火星文,结果有一个sql语句执行时,报错如下:Illegalmixofcollations(utf8_unicode_ci,IMPLICIT)and(utf8_gener...

vue写template的4种形式

1.template标签(非单文件组件)<templateid="t1"><h2>66666666</h2></template><script>newVue({template:'#t1'})</script>2.template标签单页面组件和...
代码星球 ·2020-04-06

relative与absolute相结合

relative会把别人挤下去,absolute会跑偏。两者结合就会很好的解决问题。<spanclass='pic_selected'style='position:relative;top:-43px;'><imgclass='sp'src='/images/select_img.png'style...
代码星球 ·2020-04-06

自制简单表单验证relative与absolute定位

html结构,用到了label与span<labelclass="relative"><inputtype="text"name="name"id="name"class="colorblur"size="40"value="{sh:$info.name}"/><spanclass="ms...

css案例学习之通过relative与absolute实现带说明信息的菜单

效果如下代码<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><head><style>#menu{/*对...

css案例学习之relative与absolute

代码<!DOCTYPEhtmlPUBliC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><htmlxmlns="http://www.w3.org/1999/...

Android Activity探索之LayoutInflater详解

一、简介  LayoutInflater与findViewById(intid)功能类似,主要用于查找res/layout/***下xml布局文件。而findViewById(intid)方法是查找已经加载的布局文件中具体widget控件,比如:Button,TextView等。具体作用:对于一个没有载入或者想动态载入...

iOS报错 -pie can only be used when targeting iOS 4.2 or later

近期,使用师兄的project时。突然报错之前没发现这个错误。信息例如以下:ld:-piecanonlybeusedwhentargetingiOS4.2orlaterclang:error:linkercommandfailedwithexitcode1(use-vtoseeinvocation)详细信息: ...
代码星球 ·2020-04-06

sublime3 安装 Package Control 报错 “There Are No Packages Available For Installation”

编辑Preferences>PackageSettings>PackageControl>Settings-User文件码上{"channels":["https://raw.githubusercontent.com/7t7t/channel_v3.json/master/channel_v3.js...

Java并发编程里的volatile。Java内存模型核CPU内存架构的对应关系

 javavolatile关键字解惑:https://www.jianshu.com/p/195ae7c77afeGoogle—JavaMemoryModel:https://www.jianshu.com/p/539f959dfbe5  Java线程篇:https://www...

scala测试框架:scalatest

api文档:http://tool.oschina.net/apidocs/apidoc?api=scalatest-1.7.2traitAssertions:http://tool.oschina.net/apidocs/apidoc?api=scalatest-1.7.2traitFunSuite:http://t...
代码星球 ·2020-04-06

[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!

一、背景  最近的项目在用maven进行install的时候,发现老师在控制台输出警告:[WARNING]Usingplatformencoding(UTF-8actually)tocopyfilteredresources,i.e.buildisplatformdependent!虽然并不影响项目的正常运行和inst...

More than one fragment with the name [spring_web] was found. This is not legal with relative orderin

最近在搭建一个springmvc项目时遇到“Morethanonefragmentwiththename[spring_web]wasfound.Thisisnotlegal...”报错,详细的日志信息如下:……五月08,201911:49:52下午org.apach...
代码星球 ·2020-04-06

Cannot start compilation: the output path is not specified for module "salesystem". Specify the output path in Configure Project.

错误是发生在从github上checkout自己的项目时。因为没有将配置文件一起上传,所以在运行java程序时有了这个报错:Cannotstartcompilation:theoutputpathisnotspecifiedformodule“Test”.Specifytheoutputpath...

在IntelliJ IDEA中启动tomcat出现Can't load AMD 64-bit .dll on a IA 32-bit' platform问题详解

第一查看jdk版本第二查看IntelliJIDEA中运行tomcat的配置的jdk比较两个jdk版本是否一致。或者查看tomcat是64还是32位的...
首页上一页...4546474849...下一页尾页