码迷,mamicode.com
首页 >  
搜索关键字:child    ( 3634个结果
Shell脚本基础知识
博文目录一、Shell脚本基础二、重定向与管道操作三、使用Shell变量一、Shell脚本基础Linux系统中的Shell脚本是一个特殊的应用程序,它介于操作系统内核与用户之间,充当了一个“命令解释器”的角色,负责接收用户输入的操作命令并进行解释,将需要执行的操作传递给内核执行,并输出执行结果。1、简单编写Shell脚本[root@centos01~]#vimaaa.sh<!--新建aaa.
分类:系统相关   时间:2019-11-05 10:48:48    阅读次数:115
vue-route 路由
SPA 介绍: + 后段渲染(存在渲染性能问题) + Ajax前端渲染(前端渲染提高性能,但是不支持浏览器的前进后退操作) + SPA(Single Page Application ) 单页面应用程序: 整个网站只有一个页面,内容的变化通过Ajax局部更新实现,同时支持浏览器地址栏的前进后退操作。 ...
分类:其他好文   时间:2019-11-04 19:16:06    阅读次数:65
Java解析复杂JSON数据的一种方法
{ "code": 0, "message": "success", "sid": "igr0007e88e@dx16e35035e9e020d802", "data": { "result": { "age": { "age_type": "0", "child": "0.1452", "midd ...
分类:编程语言   时间:2019-11-04 15:28:23    阅读次数:152
vue 中使用import导入 script 在线链接
一般我们在vue中导入另外一个文件或者文件中的方法,我们都是使用import来实现他的,那么问题来了,现在我们要导入的不是另外的一个文件,而是在线链接,这该怎么办?我们也使用了 import * as XX from 'http://www.baidu.com',这样我们也试过了没用,这该咋办呢,话 ...
分类:其他好文   时间:2019-11-04 11:22:05    阅读次数:253
jQuery Clone方法
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Title</title></head><body> <div id="outer"> <div class="item"> <input type="button ...
分类:Web程序   时间:2019-11-01 18:17:15    阅读次数:135
Codeforces 437B The Child and Set (贡献+贪心)
链接:https://codeforces.com/contest/437/problem/B 题意:给出n,sum,构造一个序列满足:整数,无重复,范围1-n,sigma(ai)=sum,输出长度和各个元素。n<1e5 题解:考虑1-n的每个整数对sum的贡献,在从大往下取(贪心)。 ...
分类:其他好文   时间:2019-10-31 01:10:04    阅读次数:89
前端:简单的html表格和样式
效果: 自己稍微改动的代码加效果图: 效果: ...
分类:Web程序   时间:2019-10-30 18:07:46    阅读次数:98
css---5 only-child or nth-of-type
1 _nth-child系列 :nth-child(index) <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>nth-Child</title> <style type="text/css"> ul > ...
分类:Web程序   时间:2019-10-30 13:55:06    阅读次数:97
php 502 无错误行和文件的详细debug方式
如何找出发生SEGV内存错误的程序 exinnet 2016-04-12 17:45:00 浏览2796 ?问题?18-Feb-2014 15:48:45] WARNING: [pool www] child 11274 exited on signal 11 (SIGSEGV) after 0.0 ...
分类:Web程序   时间:2019-10-29 15:41:57    阅读次数:171
原生js删除多个相同类名的子元素
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>demo</title> </head> <body> <div class="tempDiv"></div> <div class="tempDiv"></div> <div c... ...
分类:Web程序   时间:2019-10-29 15:34:33    阅读次数:429
3634条   上一页 1 ... 57 58 59 60 61 ... 364 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!