V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  rabbbit  ›  全部回复第 104 页 / 共 110 页
回复总数  2181
1 ... 96  97  98  99  100  101  102  103  104  105 ... 110  
2018-03-30 13:20:49 +08:00
回复了 xiamuguizhi 创建的主题 Blogger 各位大佬能发下你们的博客吗?仅供参考!
2018-03-30 13:16:28 +08:00
回复了 johncang 创建的主题 问与答 弟弟沉迷游戏 ,名牌大学毕业 3 年多了,还在家玩?
断粮没啥意义,呆久了物质欲会降低,给我 300 块我能吃一个月(自己作饭).
2018-03-30 13:13:40 +08:00
回复了 johncang 创建的主题 问与答 弟弟沉迷游戏 ,名牌大学毕业 3 年多了,还在家玩?
在家呆久了会恐惧社会,时间越长越完.
我现在在家自学前端半年了,出去找工作时发现跟人说话都害怕,坐公交晕车连肠子都快吐出来了.
2018-03-30 13:03:12 +08:00
回复了 pimin 创建的主题 随想 妈妈,生养了我您应该也很失望吧
真好,从来没有人给我庆祝过生日.
2018-03-30 08:38:47 +08:00
回复了 sakurashadow 创建的主题 求职 假的求职帖
没事,看几本书在试试.本科也一样找不着工作,你这还有工作经验呢.ヽ(✿゚▽゚)ノ
@SingeeKing 看到个帅哥就随手复制了(>▽<)
帮你伪装成别人
#Rightbar div:nth-of-type(1) table:nth-of-type(1) .bigger a{
color:#fff;
}

#Rightbar div:nth-of-type(1) table:nth-of-type(1) .bigger a:before{
content: "lalala";
color: #000;
}
#Rightbar div:nth-of-type(1) table:nth-of-type(1) td:nth-of-type(1) {
position: relative;
}

#Rightbar div:nth-of-type(1) table:nth-of-type(1) td:nth-of-type(1):after{
position: absolute;
top: 0;
left: 0;
content: "";
display:block;
width:48px;
height:48px;
background: #fff url( https://cdn.v2ex.com/avatar/c8a2/3f84/173108_normal.png?m=1499501276)
}
https://i.imgur.com/h9sxrgN.png
2018-03-28 01:10:54 +08:00
回复了 nomanous 创建的主题 问与答 html 打印成 PDF 时 hr 标签(水平线)会消失?
试试
hr {
border:0;
background: #000;
height:1px;
}
@honeybeeSwinging 在 github 上建一个名为<user name>.github.com 的项目,然后可以把这个项目作为博客,通过<user name>.github.com 访问
2018-03-26 17:59:34 +08:00
回复了 CaptainInPHW 创建的主题 求职 [社招] [前端] [初级] 小白求一份初级前端开发工作
只想要 4k 还找不着工作的瑟瑟发抖...
没买域名,拿 hexo 搭在 github
前期挺折腾的,要到处找适合的插件主题之类的
搭完后用了一段时间,不知为什么本地服务启动速度变得很慢.写东西的话,错了想改还得到目录里翻,不好找.
aaron-bird.github.io
洗鼻壶了解一下
2018-03-25 15:33:17 +08:00
回复了 rabbbit 创建的主题 分享创造 Hexo 主题 Broadbean
@cs923 给点建议呀,觉得哪里不好看?
2018-03-25 15:29:36 +08:00
回复了 rabbbit 创建的主题 分享创造 Hexo 主题 Broadbean
@lany 蓝色的标题太亮吗?
看得我都想去培训了,我这半年都学了啥...(╯#-_-)╯╧═╧
2018-03-21 14:55:51 +08:00
回复了 ipuhua 创建的主题 编程 请问要做出这种动态渐变色效果,可以用什么方法?
<div class="container">
<div class="out-circle">
<div class="point">
</div>
<div class="in-circle"></div>
</div>
<div class="mask"></div>
</div>

.out-circle {
position:relative;
width: 200px;
height:200px;
border-radius: 50%;

overflow: hidden;
box-shadow: 0 0 20px 0 rgba(0,0,255,0.1);
background-image: linear-gradient(to right, #43e97b 0%, #38f9d7 100%);
}

.point {
width: 400px;
height: 400px;
position:absolute;
left: 50%;
bottom: 40%;
transform: rotate(50deg);
transform-origin: 0 100%;
background-color:#fafafa;
}

.in-circle {
position:absolute;
width: 70%;
height: 70%;
top: 15%;
left: 15%;
background-color:#fff;
border-radius: 50%;
}

#container {
position: relative;
overflow: hidden;
}

.mask {
position: absolute;
width: 100%;
height: 100%;
background-color: #fff;
top: 60%;
}
@njwangchuan
我这种答案能合格吗?

1 NaN undefined "" [] {} null
2
function initArray(m, n){
var arr = [];
for (var i = 0;i < m;i++){
arr.push(n);
}
return arr;
}
3 忘了
4 {id: 0, name: "anna"}
5 function extname(name){return name.match(/\.[^\.]*?$/)[0]}
6 Goodbye Jack 因为块里的 var name 变量提升,所以执行的是 if 中的语句

HTML
1 不知道全局属性是啥,id class 吗?
2 div p h1 h2... body ul ol li dl hr pre form table header footer title nav
4 password 密码 mail 邮箱 radio 单选框 checkbox 复选框 reset 重置 submit 提交 text 文本
5 method 提交方法 enctype 不知道
6 不知道
7 <a href="http://www.baidu.com" target="_blank">baidu</a>
8 200 成功 404 无此资源 500 拒绝 302 重定向

CSS
1
div#wrapper{position:relative;}
div#box {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
2
div.tall.wealthy.handsome {border: 1px solid red;}
@xomix
为啥最后一个 chrome 和 firefox 输出结果不同?
chrome 是 "[object Object][object Object]"
而 firefox 是 NaN
2018-03-12 18:56:04 +08:00
回复了 70599 创建的主题 JavaScript 请教用 JavaScript 计算这个东西的方法
上边那个还是不对...
算了不管了
[0,1,2,3,4,5,6,7,8,9,10,11,12].map((num, i, arr) =>{return arr.slice(i, i + 11).reduce((x, y)=>{return x + y}) / arr.slice(i, i + 11).length})
2018-03-12 18:49:08 +08:00
回复了 70599 创建的主题 JavaScript 请教用 JavaScript 计算这个东西的方法
唔,好像写错了
[0,1,2,3,4,5,6,7,8,9,10,11,12].map((num, i, arr) =>{return arr.slice(i, i + 11).reduce((x, y, i, arr)=>{return (x + y) / arr.length})})
1 ... 96  97  98  99  100  101  102  103  104  105 ... 110  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1031 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 42ms · UTC 19:35 · PVG 03:35 · LAX 12:35 · JFK 15:35
Developed with CodeLauncher
♥ Do have faith in what you're doing.