题目链接 Problem Description The center coordinate of the circle C is O, the coordinate of O is (0,0) , and the radius is r.P and Q are two points not out ...
分类:
其他好文 时间:
2017-08-10 22:36:07
阅读次数:
214
You are a member of the space station engineering team, and are assigned a task in the construction process of the station. You are expected to write ...
分类:
其他好文 时间:
2017-08-10 19:28:52
阅读次数:
233
border-radius是向元素添加圆角边框 使用方法: border-radius:10px; /* 所有角都使用半径为10px的圆角 */ border-radius: 5px 5px 5px 5px; /* 四个半径值分别是左上角、右上角、右下角和左下角,顺时针 */ 不要以为border- ...
分类:
Web程序 时间:
2017-08-10 01:20:46
阅读次数:
258
父组件通过 props 向下传递数据给子组件,子组件通过 events 向上给父组件发送消息。 ...
分类:
其他好文 时间:
2017-08-09 15:34:28
阅读次数:
136
<!DOCTYPE html> <html lang="en"> <head> <title></title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <l ...
分类:
Web程序 时间:
2017-08-08 00:33:47
阅读次数:
232
git bash运行如下命令: git add -A git commit -m'log' git pull git push origin master git add -A git add -A git add -A git commit -m'log' git commit -m'log' g ...
分类:
其他好文 时间:
2017-08-07 22:26:19
阅读次数:
154
一、省略了win2008AD&证书安装。参照百度去。哈哈哈。二、win2008搭建radius服务。(注:win2008必须加入域控哦!)需要安装:iis服务和网络策略和访问服务。在网络策略和访问服务:选择802.1X,然后默认:共享机密:纸写下来,记得存好,一会AC上要用。连接请求策略:如下..
CSS3新特性,兼容性,兼容方法总结 css3手册css3手册 边框 border-radius 用于添加圆角效果 语法: border-radius:[ <length> | <percentage> ]{1,4} [ / [ <length> | <percentage> ]{1,4} ]?<l ...
分类:
Web程序 时间:
2017-08-07 01:35:12
阅读次数:
352
每日分享 一、CSS3新特性,兼容性,兼容方法总结 边框 border-radius 用于添加圆角效果 语法: border-radius:[ <length> | <percentage> ]{1,4} [ / [ <length> | <percentage> ]{1,4} ]? <length ...
分类:
其他好文 时间:
2017-08-07 00:26:06
阅读次数:
165
一、CSS3新特性,兼容性,兼容方法总结 边框 border-radius 用于添加圆角效果 语法: border-radius:[ <length> | <percentage> ]{1,4} [ / [ <length> | <percentage> ]{1,4} ]?<length>:用长度值 ...
分类:
其他好文 时间:
2017-08-07 00:25:57
阅读次数:
184