lazysoft's recent timeline updates
lazysoft

lazysoft

V2EX member #207499, joined on 2016-12-25 09:51:43 +08:00
Per lazysoft's settings, the topics list is hidden
Deals info, including closed deals, is not hidden
lazysoft's recent replies
Apr 2, 2022
Replied to a topic by gyinbj PHP 求助 现成的 CMS 或者前端样式
准备写个轻论坛,专用于产品的
Dec 18, 2020
Replied to a topic by admin7s 程序员 v 站的朋友有从事电商的吗?
去年搞过。。已经结束了
May 5, 2019
Replied to a topic by tribute 全球工单系统 若快(www.ruokuai.com)
被查了,官方声明,因 fl 问题,关闭了
不找了,很抱歉,因社区同仁告诉我这里不能发这里帖子,
夜猫子们,都哪里去了
@mamian 已贴代码
贴不了图额。。。

if request.method == 'POST':
form = request.form
username = form.get('username')
password = form.get('password')

pool = SingletonDBPool()
con = pool.connect()
cur = con.cursor()

sql = "select * from users where username = '%s' and passwords = '%s'" % (username,password)
print(sql)
cur.execute(sql)
result = cur.fetchone()
con.commit()
con.close()
print(result)
刚刚用完 pymysql。。。
May 12, 2018
Replied to a topic by xrlin 全球工单系统 不要买小米电视
我也用是小米 4a 用了很长时间了,没啥问题。。
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2985 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 12ms · UTC 15:18 · PVG 23:18 · LAX 08:18 · JFK 11:18
♥ Do have faith in what you're doing.