会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
MingDao
博客园
首页
新随笔
新文章
联系
订阅
管理
1
2
3
4
5
···
9
下一页
2024年3月21日
js 异步发展过程
摘要: yield return promoise next参数 next方法可以带一个参数,该参数就会被当作上一个yield表达式的返回值 next 01_callbackhell let sayhello = function (name, callback) { setTimeout(function
阅读全文
posted @ 2024-03-21 17:46 码农-编程小子
阅读(51)
评论(0)
推荐(0)
2023年9月4日
css3-旋转木马
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document<
阅读全文
posted @ 2023-09-04 00:17 码农-编程小子
阅读(106)
评论(0)
推荐(0)
2023年8月24日
windows远程桌面到ubuntu16.04
摘要: 环境ubuntu: 16.04windows: windows 10 目标让windows可以使用Remote Desktop 客记端远程到ubuntu 16.04 安装事宜windowns无需安装ubuntu16.04需要安装xrdp和xfce4 安装 sudo apt install xrdp
阅读全文
posted @ 2023-08-24 23:14 码农-编程小子
阅读(53)
评论(0)
推荐(0)
2023年8月19日
xrd remote desktop
摘要: tail -f /var/log/xrdp-sesman.logtail -f /var/log/xrdp.logsudo apt install xfce4sudo echo xfce4-session > ~/.xsessionsystemctl restart xrdpxrdp 0.9.17
阅读全文
posted @ 2023-08-19 23:16 码农-编程小子
阅读(22)
评论(0)
推荐(0)
2023年7月25日
css案例-after伪类元素的例子
摘要: 下位三角例子 https://www.zhuji66.com/how-to-connect-ubuntu-use-rdp-on-windows/ <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="vi
阅读全文
posted @ 2023-07-25 22:34 码农-编程小子
阅读(29)
评论(0)
推荐(0)
css案例-水平垂直居中
摘要: 水平垂直居中方法 有两种常用办法: 绝对定位+margin边距(传统方法) 绝对定位+translate位移 flex布局 绝对定位方法 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewpo
阅读全文
posted @ 2023-07-25 21:17 码农-编程小子
阅读(16)
评论(0)
推荐(0)
css进度条
摘要: 使用过度属性transition制作进度条 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=
阅读全文
posted @ 2023-07-25 00:35 码农-编程小子
阅读(40)
评论(0)
推荐(0)
2023年7月23日
css3-新特性
摘要: 属性选择器input[type]input[type=text]div[class^=icon]div[class$=icon] 结构伪类选择器nth-child(even)=nth-child(2n+0)偶数nth-child(odd)=nth-child(2n+1)奇数nth-child 和 n
阅读全文
posted @ 2023-07-23 11:45 码农-编程小子
阅读(9)
评论(0)
推荐(0)
2023年7月22日
html5 and css3 新特性
摘要: HTML5新特性 新增了header,nav,article,section,footer等语义标签 新增了input表单类型mail, url, date, time ,month,week,nubmer,tel,search,color 新增表单属性require(必填属性)placeholde
阅读全文
posted @ 2023-07-22 23:26 码农-编程小子
阅读(7)
评论(0)
推荐(0)
vscode插件-快捷键
摘要: 插件 Auto Rename Tag Live Server 快捷键 shift+alt+键头向下, 快速复制一行 ctrl+d, 选定多个相同的关键词 ctrl+alt+键头向上/下, 添加多个光标 shift+alt+拖动鼠标, 选择某个区域
阅读全文
posted @ 2023-07-22 21:59 码农-编程小子
阅读(22)
评论(0)
推荐(0)
1
2
3
4
5
···
9
下一页