windows 10 无法连接samba的解决方法

1、首先按window+R键打开运行键入regedit 启动本地组策略编辑器。
2、进入地址计算机\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\ParametersAllowInsecureGuestAuth设置为1
3、进入计算机\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\LanmanWorkstation,将AllowInsecureGuestAuth设置为1

一个markdown编辑器editor.md

Editor.md






Editor.md : The open source embeddable online markdown editor (component), based on CodeMirror & jQuery & Marked.

Features

README & Examples (English)


Editor.md 是一款开源的、可嵌入的 Markdown 在线编辑器(组件),基于 CodeMirror、jQuery 和 Marked 构建。

editormd-screenshot

主要特性

Examples

https://pandao.github.io/editor.md/examples/index.html

Download & install

Github download

Bower install :

  1. bower install editor.md

Usages

HTML:

```html


在线版的php编辑器

phpIDE
一个php版的在线网页开发工具
直接把IDE目录放到你的网站根目录, 就可以通过访问 /IDE/index.html 来在线编辑你的网站代码.

在线IDE操作说明:

  1. 点击文件 打开编辑.
  2. 点击目录 进入目录.
  3. 按住shift+鼠标点选文件 可以删除文件或目录.
  4. 按住ctrl+鼠标点选文件 可以重命名和移动文件或目录.
  5. 在编辑器界面, 按下ctrl+,可以调出编辑器设置.
  6. 上传zip文件后, 点击可以在线解压.
  7. /IDE/config.php文件, 可以配置根目录, 只读文件或列表, 隐藏文件或目录列表, 有效防止误操作.
  8. 具体文档可以到 http://phpide.coding.io/IDE/doc 中查看
  9. 下载地址 http://ide.zhaishuaigan.cn

注: 在线编辑器并没有做过多的权限验证, 请不要搞破坏, 会导致别人无法测试.