11 2024 档案
摘要:直接上图。
阅读全文
摘要:数据库mysql show index from table_xxxx;
阅读全文
摘要:The SSL connection could not be established, see inner exception. The remote certificate is invalid according to the validation procedure. openssl ver
阅读全文
摘要:直接代码: API=>:POST 'http://ip:port/api/portal/operat' Content-Type: application/x-www-form-urlencoded ac=get_enum_items_by_id id=d6bf6e1bf7f34a59b9a8bca
阅读全文
摘要:直接上代码: /// <summary> /// auto_do_for_time_calc 按照秒计算 /// @time_calc-86400 返回则是当前时刻往前减去86400秒(也就是一天),可用:@time_calc-200,@time_calc+500,@time_calc300 ///
阅读全文
摘要:发布表单模型【check form and publish】的时候报错:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right
阅读全文
摘要:直接上代码: <input type="file" id="file" multiple webkitdirectory directory/> <button onclick="uploadFiles()" id="btn_upload" style="width: 100px; font-siz
阅读全文
摘要:定义数据模型 发布生成表单 Python端直接操作亚马逊amazon # <span data-hook="rating-out-of-text" aria-hidden="true" class="a-size-medium a-color-base">4.5 out of 5</span> if
阅读全文
摘要:系统图如图所示 所需数据直接通过xls导入。 开发过程:导入xls表格自动生成数据模型。 点击生成表单即可自动创建一个前端UI,如第一张图所示。 新增,删除,修改,导入,导出,全部功能默认自带OK。 方便灵活调整各种字段,新增字段,修改字段。 一个人使用10分钟即可完成。 到此-CRM任务管理系统完
阅读全文
摘要:sql查询数据库的时候返回时间类型为datetime类型的时候转成字符串时间格式 for value in row: if isinstance(row[value], datetime.datetime): row[value] = row[value].strftime('%Y-%m-%d %H
阅读全文
摘要:import requests url = "https://www.amazon.com/?ref_=nav_signin" payload = 'appActionToken=Kezq0QsV3TrK0p9c%22ECdITeCs%3A5GWvT05%20wCNv7HcOA7nMU7jlyvr9
阅读全文
摘要:按照亚马逊的规则,一个ASIN只能有一个父ASIN,在某些情况下不得分析asin的所属变体父asin是否同一个。 Python代码。 import op_data_web_hook as webhook table_id_dp = "xxxx" def get_parent_asin_by_page
阅读全文
摘要:设计一个程序,按照api返回的json数据自动生成一张表,并且表的ID为xxxxxxxxxx, 提供一个通用的接口:save_date_to_table_id,这个接口应该是自动判断存在的列的并集,然后按照id做insert操作或者是update操作。 拉去亚马逊Listing表现数据接口代码如下:
阅读全文