你这样试试,这是官方文档的写法 $('#myModal').modal('show') //显示$('#myModal').modal('hide')隐藏 //重复点击的隐藏显示有一个很更方便的写法$('#myModal').modal('toggle') s := '$("#cancheck_fo ...
分类:
其他好文 时间:
2019-05-09 10:55:34
阅读次数:
1953
[来源] https://gitee.com/all-about-git仓库# 在当前目录新建一个Git代码库$ git init# 新建一个目录,将其初始化为Git代码库$ git init [project-name]# 下载一个项目和它的整个代码历史$ git clone [url]配置# 显... ...
分类:
其他好文 时间:
2019-05-05 17:23:02
阅读次数:
167
本人北京海淀某不知名末流211软件工程2018级在读本科生,所学专业和学校强势专业没半毛钱关系。 代码蒟蒻一枚,正在努力赶上大佬的步伐~ 很久之前就有写博客的想法。这个博客很久之前就开通了,作为在自己有能力搭建个人博客之前的临时栖息地;(我发誓下学期一定自己搭建博客~) 主要记录心路历程,好多15级 ...
分类:
其他好文 时间:
2019-05-04 00:48:14
阅读次数:
154
What Is Cloud Native Infrastructure? Infrastructure is all the software and hardware that support applications.This includes data centers, operating s ...
分类:
其他好文 时间:
2019-05-04 00:21:37
阅读次数:
109
如今才開始着手写点Nodejs 东西.之前都是在ubuntu系统和centos系统下进行编程的,如今来了点兴趣, 搞下windows下的Nodejs 编程开发.主要是为了方便. Don`t share your happiness with the one who don`t care about ...
Help帮助 About Unity...:查看当前版本和版本序列号 Manage License...:管理证书 Unity Manual:打开官网链接查看手册 Scripting Reference:打开官网链接查看API Unity Services: Unity Forum: Unity A... ...
分类:
其他好文 时间:
2019-05-01 23:52:11
阅读次数:
147
检查更新 Unity检查更新是否可用。 此检查发生在Unity启动时,或当您选择帮助 - >检查更新菜单项时。 更新检查将当前的Unity版本号(在About Unity对话框中的版本名称后面的括号中出现的五位数字)发送到更新服务器,与最新发布的版本进行比较。 如果Unity的更高版本可用,将显示以... ...
分类:
编程语言 时间:
2019-05-01 01:29:32
阅读次数:
300
How to install Kalibr I was confused about installing Kalibr, but there is no even one hint in README.md. I just put them in the catkin_ws, in which s ...
分类:
其他好文 时间:
2019-04-30 19:57:18
阅读次数:
257
下边代码段是关于C语言基础:延迟执行的代码,希望能对大家也有用。#include<stdio.h>#include<time.h>intmain(void){time_tcurrent_time;time_tstart_time;printf("Abouttodelay5secondsn");do{time(¤t_time);}while((curren
分类:
编程语言 时间:
2019-04-29 17:29:01
阅读次数:
307
浏览器本地缓存静态数据 1)使用Firefox浏览器查看缓存以Firefox浏览器为例,在Firefox地址栏内输入about:cache将显示Firefox浏览器的缓存信息,点击List Cache Entries可以查看详细信息2)清空firefox本地缓存数据3)修改Nginx配置文件,定义对 ...
分类:
其他好文 时间:
2019-04-29 00:22:02
阅读次数:
183