问题标签 [pastebin]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - 什么是 Python 或 Perl 中好的开源 pastebin?
我正在寻找一个用 Python 或 Perl 编写的开源 pastebin Web 应用程序。我需要它来实现一个基于 Web 的专业编辑器以满足我自己的需要,并且我想从 pastebin 中借用代码/想法,因为我在 Web 编程方面没有太多经验。
你能指出一个(或几个)吗?
提前致谢
iphone - Write to Pastie or Pastebin?
I have an application I'm writing, in Objective-C(iPhone), and I want to be able to write a string of text to Pastie or Pastebin, and be able to have the link to that page. I have not been able to find any API for either of these, is this possible? How?
Thanks!
mysql - 这个 MySQL 查询中的这个索引定义有什么问题?
创建数据库并将 SQL 查询复制粘贴到 PHPMyAdmin 后,出现以下错误:
pastebin - Pastebin 喜欢本地安装的应用程序
是否有任何 webapps 可以用作公司内部的 pastebin(我想安装在本地服务器上)?唯一的要求是语法高亮。我知道维基百科上的列表,但也许有一些新的,未列出的或其他的。
bash - 使用 bash 或 curl 粘贴到 codepad.org
如何使用 curl 从命令行粘贴到 codepad.org?
c# - Pastebin c# 自动上传
我需要我的应用程序将输出上传到 pastebin 但我无法让它工作这是代码
http://pastebin.com/api.php <-- api 来自那里
jquery - 带有 PasteBin API 的 jQuery $.post
行,
我正在尝试将 jQuery $.post 与PasteBin API一起使用来创建 PasteBin 页面并获取 URL(API 说它返回)。到目前为止,这是我的代码:
上面的脚本可以很好地创建页面(我可以在 PasteBin 上找到它们)。但是,返回的只是一个空字符串。我已经尝试使用与 php 和 cURL 相同的 API,并且我能够很好地检索 URL。谁能看到我做错了什么?谢谢!
php - Sha1 子字符串问题
我正在制作一个 pastebin 类型的网站,并试图使 id 成为一个随机字符串,如 paste.com/4RT65L
在将其添加到数据库之前,我正在获取 id 的 sha1,但我正在获取 sha1 的前 8 个字符的子字符串。他们有可能成为同一个 sha1 的双重副本吗?我不希望他们意外地成为第二个带有已经使用过的 id 的粘贴?