摘要: Windows Server 启用匿名共享 1.开始 → 运行 → gpedit.msc,打开组策略编辑器; 2.依次展开"计算机配置" → "windows设置" → "安全设置" → "本地策略" → "安全选项",将"网络访问:本地帐户的共享和安全模式"修改为"仅来宾-本地帐户以来宾身份验证" 阅读全文
posted @ 2021-08-25 16:25 超凡脫俗 阅读(691) 评论(0) 推荐(0)
摘要: 安装oniguruma报错 [root@Stable oniguruma-6.9.4]# ./autogen.sh && ./configure --prefix=/usr/local/oniguruma6Generating autotools files.Can't exec "aclocal" 阅读全文
posted @ 2021-08-20 17:58 超凡脫俗 阅读(71) 评论(0) 推荐(0)
摘要: 安装完成后,启动apache时报错 [Sat Aug 21 01:08:20.880894 2021] [:crit] [pid 12273] (38)Function not implemented: AH00141: Could not initialize random number gene 阅读全文
posted @ 2021-08-20 16:32 超凡脫俗 阅读(581) 评论(0) 推荐(0)
摘要: gitlab默认允许每个用户最多创建10个项目,当用户创建项目等于10个时,无法再创建项目。 使用admin账号登陆gitlab,打开用户管理列表 Projects limit为每个用户创建项目的数量,修改projects limit之后点击保存。(默认为10个) 阅读全文
posted @ 2021-08-20 15:14 超凡脫俗 阅读(1673) 评论(0) 推荐(0)
摘要: Win10家庭中文版 重新安装Microsoft Windows需要重新安装您的PC操作系统? 使用Dell OS Recovery Tool创建USB恢复驱动器,可用于重新安装PC所附带的Windows或Linux版本。 http://www.dell.com/support/home/cn/zh 阅读全文
posted @ 2018-09-21 23:50 超凡脫俗 阅读(1949) 评论(0) 推荐(0)
摘要: using System; namespace sort{ class MainClass { public static void Main (string[] args) { int [] sum=new int [5]{0,5,6,8,21}; for (int i = 0; i <sum.L 阅读全文
posted @ 2017-10-15 21:13 超凡脫俗 阅读(176) 评论(0) 推荐(0)