...function of ChatGPT), and other functions found in design drawings. AI UI function: Add UI editing functions (similar to Claude's function, which can directly display the effect of the code), and the functions in the design diagram. AI real-time translation function: Add real-time voice translation function, translation record saving function (set a command that supports real-time translation, and convert the recognized voice into text and display it in real time.), and the functions in the design diagram. AI music function: Add music editing function, add watermark (can modify part of the music), and the functions in the design diagram. AI video function: Add video editing function, add watermark (can modify part of the music), and the functions in the design drawing. AI P...
将两个有不同栏目的CSV文件格式,分别转换为统一要求格式的JSON文件,转换程序可在线浏览,转换完后可下载文件,使用HTML语句代码,可网站在线直接运行(比如做为浏览器直接打开运行),要求的功能很简单,编程高手的话成品代码估计200到300行就搞定,快的话估计不会超过半天,UI界面不要太丑,太单调,能过的去就行,但功能一定要稳定。 需要转换的CSV文件(文件名称不固定,随意): 转换后要求的文件格式(下载得到的文件名称不固定,随意): 需要可执行的完整的HTML语句的转换程序,功能单一,就是将CSV文件的相应栏目字段数据提取出来,转换并生成对应的JSON格式的数据交换文件,具体要求如下: 一、在将CSV文件转换为JSON数据文件时,JSON数据文件内的以下字符段保留不变,这一段字符相当于固定的数据表头,不需要做任何转换,并严格保留原有JSON数据文件格式和所在的行,同时,此段字符段在JSON数据文件内只需要在最前面出现一次即可,禁止在后面的data内出现 [ { "type": "header", "version": "5.1.1", "comment": "Export to JSON plugin for PHPMyAdmin" }, { "type": "database", "name": "search" }, { "type": "table", "name": "qf_source", ...
... ### 2.2 Circuit Breaker and Throttling - **Circuit Breaker**: - Triggered on consecutive failures or abuse patterns, with thresholds adjustable by tier. - **Throttling**: - Use token bucket or leaky bucket algorithms to smooth out traffic peaks. --- ## 3. API Access Monitoring and Logging ### 3.1 Log Recording - **Details Recorded**: - Log source IP, request parameters, HTTP method, status code, response data (or digest), timestamp, and duration. - **Security**: - Store logs in an encrypted, access-controlled database or logging system. ### 3.2 Centralized Auditing & SIEM - **Centralized Management**: - Use ELK/Graylog to aggregate logs. - **SIEM Integration**: - Define triggers for abnormal patterns (e.g., frequent failures) and send a...
...for a random delay (adjustable, e.g., 30 to 300 seconds). - Delete the subfolder after processing all its contents. - Continue with the next subfolder. - After processing all folders, send a notification to the administrator. - Wait 5 minutes and check for new subfolders. Repeat the process if found. 4. **Special Cases** - If the attachment is an OPUS file (audio), convert it to an MP3 file. --- ### Example of Consecutive Messages with Multiple Images ``` [29/06/23 10:40:47 AM] ~ Evan HO:<Attachment: > [29/06/23 10:41:00 AM] ~ Evan HO:<Attachment: > [29/06/23 10:41:12 AM] ~ Evan HO:<Attachment: > ``` --- ### Examples of Sender Name
...history. Uploaded images. Keyword search records. This is to improve user interaction management. Image Keyword Generation The existing image keyword generation feature needs to be updated to deduct user tokens each time keywords are generated. The backend should support account freezing and unfreezing for user accounts. Admins can manually freeze or unfreeze user accounts to limit or restore access. Technical Requirements All configuration options and effects should be customizable in the backend to ensure flexibility. Features should be developed as plugins wherever possible, making it easier for future management and updates. If you read the requirements document, please add: 12366 at the top of your bid, otherwise we will not reply! All token-consuming features (text moder...
...the homepage or the specified page. Add a check for all code bugs: Conduct a thorough code review, identify and fix all potential issues, ensuring logical correctness and stable operation of the code. 2.2 Data Monitoring and Display Add data monitoring features in the admin system, displaying the following metrics: Add user visit count: Real-time statistics on total user visits. Add regional access ratio: Display the percentage of users visiting from different regions. Add user source ratio: Show user acquisition channels, such as organic search, social media, advertising, etc. Add order count: Track and display the total number of orders and their status. Add revenue data: Display total revenue and monthly revenue changes. Add total user count: Show the total number of registe...
... The discount for agents' card codes can be set in the admin panel. Agent membership is automatically activated upon opening; in the agent center, it redirects to the agent system with automatic login. The backend can also grant access to this page for specific users. Implementation Suggestions: Provide a dedicated page and function entry for agents on the frontend. After recharging the balance, agents can purchase card codes on the frontend with the discount set in the backend. For users who have not activated the agent function, relevant pages need to have access control. Backend Development Requirements Software Update System Function Description: Add a software update system and interface with the client. When there is a new update, the client receives a notifica...
...etc. Good Coding Standards and Documentation: Provide clear and standardized code comments and necessary technical documentation for future maintenance. Resources Provided: Access to Code Repository: I will provide the complete source code of the app, including all related code files and resources. Issue Descriptions and Logs: Detailed error logs and steps to reproduce the issues to help quickly identify problems. Related API Documentation and Backend Support: If needed, I can provide backend API documentation and support to assist in debugging network request issues. Google Play Console Access: Necessary access permissions will be provided to assist in completing the app's upload and release. Deliverables: Fix the membership time loading error and menu...
...enhance overall performance and connection speed. 4. **VPN Protocol Integration**: Integrate the V2ray protocol into the iOS application using the **sing-box client**. Ensure secure and stable VPN connections and optimize performance. 5. **Membership Feature Integration**: Implement and synchronize membership management features, including user registration, login, subscription management, and access control on the iOS client, to match the Android version. **Specific Responsibilities:** 1. **Feature Synchronization and UI Consistency**: Sync all functionalities and UI elements from the provided Android source code to the iOS version, ensuring a consistent user experience. 2. **Issue Resolution and Debugging**: Diagnose and resolve bugs in the iOS app, including network conne...
...enhance overall performance and connection speed. 4. **VPN Protocol Integration**: Integrate the V2ray protocol into the iOS application using the **sing-box client**. Ensure secure and stable VPN connections and optimize performance. 5. **Membership Feature Integration**: Implement and synchronize membership management features, including user registration, login, subscription management, and access control on the iOS client, to match the Android version. **Specific Responsibilities:** 1. **Feature Synchronization and UI Consistency**: Sync all functionalities and UI elements from the provided Android source code to the iOS version, ensuring a consistent user experience. 2. **Issue Resolution and Debugging**: Diagnose and resolve bugs in the iOS app, including network conne...
...and the peers make a request to the server with the roomID in the url. RoomID will be put in the same room and they start streaming video and audio. But it's too insecure and I need to generate a diffie hellman key pair on each peer (both desktop and mobile) and exchange the public keys. But I could not figure out how DH key exchange works. And where the keys are stored in mobile and how I can access them from the mobile phone so that I can encrypt the audio with the phones public key and then on the phone i can decrypt it using the key. (需要做的是为我在webrtc服务器上直播视频和音频的现有项目增加DH密钥交换算法的功能。 我原来的项目代码是录音web端和手机端的音频,并将它们进行比较延迟,作为两个端是否是在同一环境的双因素身份验证。我要改进的是使用webrtc直播音频来比较它们,把录音这一步替换掉。 我已经做好了的是部署webrtc信号服务器和可以直播视频和音频的url链接。现在连接的运作方式是,我用一个roomID创建一个房间,然后用户群用url里的roomID向服务器发出请求。RoomID会被放在同一...
本人是自僱人士。一向也有一個programme取數據運行來處理我嘅工作需要。現在要開發多一個程式處理新數據。用VBA或Python寫都可以。主要係用excel工作
根据我们提供的一个html前端模板和我们的设计宏观理念,设计一个类似传统知识付费网站的前端html,不需要后端,不需要对接,页面用到bootstrap 5、CSS 和 html,不用angular,有能力的联系,价格面议,感谢
... In addition to providing security related to the centralized financial ecosystem, it also provides the best of both worlds advantages, providing all the cost-effectiveness, easy access, transparency and rapidity of defi income agriculture Moon farm optimizes the yield agriculture interest (apyi APR) and provides users with the ability to choose the farm they want to use. Otherwise, the system will automatically use the yield optimization engine to determine the best farming strategy. Our vision: Become a leading platform for yield optimization of cedefi; Bridge the gap between cefi and defi; Eliminate the access threshold of planting industry and improve the user experience; Provide better utilization of funds; Create powerful optimizations to provide the best interests f...
职位描述 1、本科以上学历 2、2年及以上前端开发经验 3、能熟练使用常见类库或框架 4、善于web性能优化与前端效果的实现 5、熟悉react技术栈 职位要求: 1.有证券从业资格证 / 基金从业资格证优先考虑; 2.掌握各种前端技术,包括HTML/CSS/JavaScript/TypeScript等,js基础必须扎实; 3.对前端工程化有一定了解,深刻理解web标准,对前端性能/可访问性、可维护性等相关知识有实际的了解和实践,有移动端H5经验优先; 3.熟练使用react 全家桶,熟练使用react-hooks; 4.有基于Ant Design Pro搭建经验优先,基于Ant Design进行需求开发,有实际工作者优先; 5.熟练css预编译、后编译等工具,如less/sass/postcss等; 6.熟练使用echarts等图表,针对需求可以进行二次分装; 7.熟悉es6常用特性,熟悉组件化,模块化开发模式; 8.有使用lodash等 js库使用优先; 9.有webpack配置、优化优先; 10.熟练使用Gitlab进行项目代码管理以及版本控制,并遵循一定的流行规范,熟练使用git命令;
最近在建一个外卖送餐的网站,需要接入Xunhupay的(微信和支付宝)支付模块。 网站使用的是foodomaa的整站代码: 需要的技能有: Software Version: PHP 7.x Software Framework: Laravel File Types Included: JavaScript JSJavaScript JSON HTML CSS PHP SQL Layered PNG 如果您感兴趣,可以写信给我,价格好商量。 另外网站还有其它的一些改版工作要做,我们可以具体讨论一下能不能一并做。 等您回复哦……
现有的CRM系统是使用HTML+PHP方式开发,前台主要框架angular.js,后台主要框架是Propel、slim等。 要做一些页面的修改和工单流程的修改。
Convert c++ projects to Delphi projects
資料會以问卷式輸入,可以自由用任何程式建造 (Web base or apple App) 但必須能夠在ipad 上使用 ,把需要资料输入后, 可建立一份报表( html , pdf or excel 格式 ) , 报表包括pie chart , table . —————————————————— Create a questionnaire form and print out a report based on the data from questionnaire , the form should be able to run on ipad , so it can be web based or ios app , the output report can be html , pdf , excel or any else ( as long as it can be print out in A4 side ) . The report are including a pie chart & table .
A calendar applet with multiple features, including time booking, team collaboration, shared calendars, online subscriptions, and more. Requirements: 1. Must have a deep understanding of the booking 2. Must be familiar with the common calendar application 3. Must have a deep understanding of teamwork and access control 4. Must be familiar with WeChat / applet / public number 一 个具有多种功能的日历小程序,包括时间预订,团队协作,共享日历,在线订阅等。 要求: 1. 必须对预订有深刻理解 2. 必须熟悉常见日历应用 3. 必须对团队协作,权限控制有深刻理解 4. 必须熟悉微信/小程序/公众号
1.在access选项卡下增加购买栏,后台可以输入金额,前台用户访问页面时支付相应金额以后可以访问内容; 2.用户可以自己购买用户组,用户支付一定的金额,可以在一段时间内成为某一个用户组成员 3.支付方式包含支付宝和微信支付(扫码、链接等都需要支持) 4.详细说明请查看附加文件
We have completed the graphic design and graphic materials, to speed up the project that want additional resource to help us to code for HTML 5 pages. - Adaptive HTML for mobile devices - Multi- environment support(Iphone 6 - 8, Iphone X and android phones) - Expected 2.5 weeks to complete entire page development, 0.5 weeks for testing and fixing - Basic test from developer before releasing every build to us. Final acceptance test will done by us - NDA is needed before start sharing project infomation 目前我们正在开发一个餐厅订单后台处理的平台,需要另外一名freelance来加速HTML5的开发进程。 - 目前我们已经完成了页面额设计和PS素材的制作,开发人员可以直接使用。 - 自适应网页制作,尤其是针对不同的移动设备(Iphone 6 - 8, Iphone X and android phones) - 希望在两周半的时候完成页面的开发(希望每两两天提交代码,以便早点检查和反馈),大概3-5天做验收测试和问题修复 - 希望开发人员会做基本的自测,确保发给我们验收的内容有一定的质量。当然我们也很希望开发者可用提出一些专业的建议和意见 - 需要和...
我需要您来为我开发一些软件。该软件需适配Windows。
需求: 描述跟附件有点多只是为了更详细的说明问题,减少沟通成本 有目标站点可参考,主要就几个页面,仿前后台前后端, 需要添加几个滑出页面(押注类游戏的玩法),说明图片见附件 实现后端功能有类似站点的部分源码可供参考(后端采用PHP+MySQL), 后端涉及到即时通讯,需要有socket编程经验 用户登陆需对接微信登陆接口 要求: 1、交付代码要求框架清晰,需要将css、js等资源分类各个文件夹; 2、html中每个大的div实现的功能需要明确注释,代码必须标准工整; 3、PHP文件需要注释明确,代码必须标准工整; 4、需保证多用户情况下,程序运行流畅,用户体验流畅 如果我不在线请留言,最晚12小时内我会回复
嗨, 我想购买简单的准备去中国市场的应用程序与证书和广告或在应用程序购买。 你必须能够用简单的英语进行交流 References:
工作职责: 1、负责Web前端表现层及与前后端交互的架构设计、研发和性能优化,并保持良好兼容性; 2、负责Web前沿技术研究和新技术调研并用于实践。 职责要求: 1、本科及以上学历,计算机相关专业; 2、5年以上Web前端开发经验; 3、熟悉W3C标准,对表现与数据分离、Web语义化等有深刻理解; 4、熟练掌握HTML/XHTML、CSS等网页制作技术,熟悉页面架构和布局; 5、精通Backbone前端常用类库; 6、熟练掌握JavaScript、Ajax等Web开发技术 7、熟练跨浏览器、跨终端的开发; 8、有良好的沟通与表达能力、思路清晰,较强的动手能力与逻辑分析能力; 9、善于学习新事物,善于沟通和表达,有良好的团队合作意识; 10、熟悉ES6,了解前端工程化工具,如Gulp、Webpack等; 11、熟悉单页应用开发, 有移动站点开发经验(优先考虑); 12、了解响应式设计,对移动端开发有一定了解(优先考虑)。
用DISCUZ 做一个跟微信公众号链接的网站,模板我已经找好了,需要安装,还有界面的微调整,
为一款电动滑板车产品描绘出两个富有创意的生活使用场景,要有不同的职业角色,不同的生活空间,有一定的戏剧化冲突,参考案例
你好: 我要開發一套門禁系統與監控系統,人員不須到現場協助客戶看屋。 請參考以下網站 開發類似這套系統。 與開發 的網站做應用 請問您可以開發嗎? I want to develop a set of access control systems and monitoring systems, personnel do not have to go to the scene to help customers see the house.
我現在有一個以visual foxpro 編寫的軟件,它會自動從網上下載資料並儲存在電腦中,透過軟件的介面顯示所需資料。現在的項目想將下載並儲存在電腦的DATA擷取到EXCEL/ACCESS,從而不用透過FOXPRO 編寫的程式也可以利用EXCEL/ACCESS 作查詢。由於軟件的介面是中文,所以必需懂得中文才可以完成這個項目。
实现PDF转html,熟悉css/css3, 使用javascript,考虑性能与兼容除非客户要求不会用jQuery。做出成品后,3个星期内(与页面不符)只要客户发邮件提出,免费小范围修改,但是大范围的修改要加价。重要的事说三遍:存手写代码切图,存手写代码切图,存手写代码切图。
Base on a Joomlashine Venture Pro template to build a basic multilingual website.
对多个网站的 HTML,JSON,XML的数据进行定时抓取数据,保存数据日志保存数据库。
我们目前有一个基于Windos Access 的一个内部应用软件, 我们希望能将其用WINDEV 来重新开发 以便于我们之后的应用。指定使用WINDEV 开发软件。在我们公司坐班工作,直到项目完成。
基于bootstrap、highcharts、jquery等前端框架,后端采用.NET,数据库采用access数据库。
we need a HTML 5 micro-site for a campaign. The user can upload files, images or video on the micro-site. This micro-site need to link with Wechat (a Chinese app), and he can share the micro-site via Facebook, Instagram, Wechat and other popular social media platform
1. App download to allow user to access the internet thru our company servers.. 2. GEO Location of device for clients when they enter the office building to know where they are. 3. Building lay out, with using scan QR codes to let clients know where they are at precisely 4. USING wifi, A-GPS and GPS to access location INSIDE the building and on different floors 5. Allow downloading of pamphlets and documents helps references for services provided in the entire 10 story building along with each specific floors 7. Will need ongoing support for at least 1 year, 8. Within the app, the layout for the client changes and makes changes based on the wifi positioning. 9. Smart app controller, allowing the app to control simple internet connected items (lights, switches) will ...
开发一款WEB在线编辑MG(Motion Graphic )动画的工具(是显示中文字幕) 普通用户将自己的照片或用摄像机、手机拍摄的视频通过在线或下载软件(下载自动把我们网站生成在桌面上)导入,然后可以自己加字幕、音乐、片头片尾,选择现有MG视频作为模版(模版是开源代码) 管理者可上传已经制作好的模版 生成MP4格式的视频文件,并保存 网页后端语言是PHP,服务器是NGINX 注:视频编码为H264, 720P,需要源代码归我司,同时需要有保密及不能对其他公司同类型软件。 可参考如下网站 视频效果如这条链接
Requires a database that helps users in our company to organise different packaging specifications for each of our products. Since different customers require different packaging format of the same products, we need to be able to pick from existing packaging format or create new format for each customer. Requires the following functions. 1) Product overview (list all the items, and related different packaging specifications) 2) Functions that allow users to alter and add new packaging format for each item. 3) Functions that allow users to pick different products (and its respective forma) and output the selection to Excel or PDF 4) An import and export function that allows us to import all the existing packaging data into the database.
1、会指定相应的目标网站链接 2、给出针对目标网站的修改意见 3、根据1、2点进行网站效果图的制作出psd文件 4、要求psd文件里面分组分层清晰,便于制作html 5、如果有html的制作能力就更好,价格可再议
会给定网页效果图,并给出html+div+css网站设计规范,根据规范,将效果图制作成为静态网页,希望建立长期合作关系,如能正常合作后面还会有很多单合作。
I need a template that can work with Taobao for my online store. the store will be selling kid's clothes. if you are familar with how Taobao template works. that will be great