摘要:
https://jingyan.baidu.com/article/295430f1ba775c0c7e005028.html 打开画图软件,进入它的主界面中; 选择椭圆,定义好颜色; 按住shift键不放,画出一个圆形; 按ctrl+c,复制这个圆,然后按ctrl+v,粘贴得到另外一个圆形; 将第 阅读全文
posted @ 2022-10-20 18:21
yinghualeihenmei
阅读(741)
评论(0)
推荐(0)
摘要:
https://www.cnblogs.com/wujy/p/3264475.html 一:HttpContext理论知识: 1:HttpContext类它对Request、Respose、Server等等都进行了封装,并保证在整个请求周期内都可以随时随地的调用;为继承 IHttpModule 和 阅读全文
posted @ 2022-10-20 18:10
yinghualeihenmei
阅读(38)
评论(0)
推荐(0)
摘要:
https://blog.csdn.net/weixin_33171058/article/details/119016475 https://blog.csdn.net/weixin_39922361/article/details/118848026 存储器原理- -结构 存储器的基本单位为存储 阅读全文
posted @ 2022-10-20 14:57
yinghualeihenmei
阅读(382)
评论(0)
推荐(0)
摘要:
(1)将小写转换为大写:UPPER(cust_id) (2)将大写转换为小写:LOWER(cust_id) 阅读全文
posted @ 2022-10-20 09:46
yinghualeihenmei
阅读(181)
评论(0)
推荐(0)
摘要:
模数转换一般要经过采样、保持和量化、编码等步骤。 https://zhuanlan.zhihu.com/p/462841831 这个是我能看懂一点的。。。 阅读全文
posted @ 2022-10-19 16:57
yinghualeihenmei
阅读(54)
评论(0)
推荐(0)
摘要:
https://zhidao.baidu.com/question/591003025.html 手机拍照的原理是感光器件工作原理。 与传统相机相比,传统相机使用“胶卷”作为其记录信息的载体,而数码相机的“胶卷”就是其成像感光器件,而且是与相机一体的,是数码相机的心脏。感光器是数码相机的核心,也是最 阅读全文
posted @ 2022-10-19 15:47
yinghualeihenmei
阅读(1047)
评论(0)
推荐(0)
摘要:
https://blog.csdn.net/qq_39093373/article/details/118608357 问题描述: SVN通过url链接仓库报错: ‘Unable to connect to a repository at URL’ 解决方案: 右击打开svn的Settings 将S 阅读全文
posted @ 2022-10-18 16:21
yinghualeihenmei
阅读(1993)
评论(0)
推荐(0)
摘要:
https://blog.csdn.net/i_Sga/article/details/51064068 在更新时碰到报错 apr does not understand this error code 清理了下就ok了 右击项目-subversion-clearup 阅读全文
posted @ 2022-10-18 16:04
yinghualeihenmei
阅读(189)
评论(0)
推荐(0)
摘要:
https://blog.csdn.net/anmei1912/article/details/101614285 https://blog.csdn.net/zouyujie1127/article/details/7683602/ 右击选择svn,选择clear up, 则解决 解决svn的wo 阅读全文
posted @ 2022-10-18 15:53
yinghualeihenmei
阅读(58)
评论(0)
推荐(0)
摘要:
https://jingyan.baidu.com/article/59a015e3042dabf7948865c9.html 1、input框文本域长度可以使用对应的css样式进行调试,不能有大写字母。 第一种为width属性,设置input框的宽度,可以按照百分比和px长度设置。 2、 第二种为 阅读全文
posted @ 2022-10-18 10:59
yinghualeihenmei
阅读(6460)
评论(0)
推荐(0)