• 基于cargo-make构建yew-todomvc

    使用方法: 1.安装make: cargo install cargo-make 2.将压缩包释放到某个文件夹下,并进入该文件夹 3.启动一个命令窗口,使用cargo make build构建项目 4.使用cargo make serve启动项目 5.启动另外一个命令窗口,使用cargo make watch跟踪文件变动,自动构建项目 6. 打开浏览器,地址栏输入:http://127.0.0.1:8000查看运行结果 补充说明: lib.rs最后几行需要改一下,否则浏览器上显示空白页: #[wasm_bindgen(start)] pub fn start() { yew::star

    0
    292
    5KB
    2020-10-30
    50
  • mingw64 7.0 用于安装rust编译环境

    Windows系统中玩rust,通过Rust-Init.exe准备rustup.exe, 用rustup 安装gnu工具链前,需要准备gnu编译环境。解压这里的下载的mingw64.rar到任意文件夹,比如d:\programs, 将d:\programs\mingw64\bin添加到Path路径中,就可以: rustup toolchain install stable-gnu 安装gnu工具链,然后就可以cargo run了

    0
    931
    107.44MB
    2020-06-10
    49
  • FastReport企业版源代码6.6.17 支持10.4+ FastReport 简化管理工具2.0

    FastReport 6.6.17 Enterprise Source Code for Delphi7 and Delphi27 (10.4 Sydney) FastReport Package Simplification Management Toolkit by xander.xiao@gmail.com, version 2.0, 2020-5-27 What is Package simplification management ? As Fastreport include a stack of design package files, it is boring to install these packages manually, we need a easy way to work out it, here is my solution which may apply to any package management besides Fastreport: My solution, in a brief, copy all files of all packages in one folder which is named by a Environment varible %ProjectHome% which has following structure: %ProjectHome%\Bin for all BPL files of all packages, runtime and design time files %ProjectHome%\LibD7 for Delphi 7 Compiled unit files and resource files (dcu,dcp,dfm,res etc.) %ProjectHome%\LibD26 for Delphi XE 10 Rio Compiled unit files and resource files (dcu,dcp,dfm,res etc.) Each Delphi version related folder may have platform (Win32,Win64 etc.) and configuration (release or debug) specified subfolders. after that, double click REG files to import Delphi known design time packages. This toolkit include two sets: 1. Resource translation, this function is provided by res\FR4Trans.exe, res\frccEx.exe and res\Chinese\@Deploy.bat, besides Chinese it can work with any language 2. Package simplification management, it is functioned by @DelUnUsedFiles.bat,@Deploy.bat,@BuildAllPackages.bat and REG files in quickInstall folder All source code included, you can modified freely. Usage: step0: Make a backup of your fastreport source code, then copy all files in this folder to FastReport home folder. Step1: Execute recompile.exe to generate specified version related folder and files (Recompile all package first, then Change Language to Chinese or othor one). step2: Execute @DelUnUsedFiles.bat to delete unused files in the folder which step1 generated. step3: Execute @Deploy.bat to deploy all files to the project home folder. step4: Double Click reg files in quickInstall folder to install design time BPLs in Delphi IDE, here assume that your ProjectHome is D:\Projects, you may change it. step5: optional, Instead of "recompile.exe-Recompile all package", Execute customized @BuildAllPackages.bat to recompile all package files if you modified any file in the folder which step1 generated. Step6: optional, Instead of "recompile.exe-Change Language to", Execute res\chinese\@deploy.bat if you need very formated Chinese resource code files, before this, you can Execute res\FR4Trans.exe to do translating in your prefered way, you may copy res\chinese\@deploy.bat to othor language folder.

    5
    1275
    57.16MB
    2020-05-29
    50
  • CS5.3.4.zip

    大名鼎鼎的CodeSite 5.3.4版支持Unicode版的Delphi, 包括最新的10.4. The CodeSite Logging System gives developers deeper insight into how their code is executing, enabling them to locate problems more quickly and monitor how well their code is performing. Developers instrument their code using CodeSite loggers which send CodeSite messages to a live display or log file during program execution. All kinds of information can be encoded in a CodeSite message, and the CodeSite Live Viewer and File Viewer are specially designed tools for analyzing CodeSite messages. CodeSite is not only effective during development and testing; in production environments, CodeSite provides valuable information to support staff and developers.

    1
    321
    74.53MB
    2020-05-29
    14
  • FastReport Package Simplification Management Toolkit

    FastReport Package Simplification Management Toolkit by xander.xiao@gmail.com, version 1.0, 2020-4-1 What is Package simplification management ? As Fastreport include a stack of design package files, it is boring to install these packages manually, we need a easy way to work out it, here is my solution which may apply to any package management besides Fastreport: My solution, in a brief, copy all files of all packages in one folder which is named by a Environment varible %ProjectHome% which has following structure: %ProjectHome%\Bin for all BPL files of all packages, runtime and design time files %ProjectHome%\LibD7 for Delphi 7 Compiled unit files and resource files (dcu,dcp,dfm,res etc.) %ProjectHome%\LibD26 for Delphi XE 10 Rio Compiled unit files and resource files (dcu,dcp,dfm,res etc.) Each Delphi version related folder may have platform (Win32,Win64 etc.) and configuration (release or debug) specified subfolders. after that, double click REG files to import Delphi known design time packages. This toolkit include two sets: 1. Resource translation, this function is provided by res\FR4Trans.exe, res\frccEx.exe and res\Chinese\@Deploy.bat, besides Chinese it can work with any language 2. Package simplification management, it is functioned by @DelUnUsedFiles.bat,@Deploy.bat,@BuildAllPackages.bat and REG files in quickInstall folder All source code included, you can modified freely. Usage: step0: Make a backup of your fastreport source code, then copy all files in this folder to FastReport home folder. Step1: Execute recompile.exe to generate specified version related folder and files (Recompile all package first, then Change Language to Chinese or othor one). step2: Execute @DelUnUsedFiles.bat to delete unused files in the folder which step1 generated. step3: Execute @Deploy.bat to deploy all files to the project home folder. step4: Double Click reg files in quickInstall folder to install design time BPLs in Delphi IDE, here assume that your ProjectHome is D:\Projects, you may change it. step5: optional, Instead of "recompile.exe-Recompile all package", Execute customized @BuildAllPackages.bat to recompile all package files if you modified any file in the folder which step1 generated. Step6: optional, Instead of "recompile.exe-Change Language to", Execute res\chinese\@deploy.bat if you need very formated Chinese resource code files, before this, you can Execute res\FR4Trans.exe to do translating in your prefered way, you may copy res\chinese\@deploy.bat to othor language folder.

    0
    127
    601KB
    2020-04-10
    11
  • Halcyon698D7XE1XE8XE10

    Halcyon Version 6.9.8.0 Source Welcome to Halcyon, a series of Pascal routines for management of Clipper, dBase III/IV/V , and FoxPro files. Modified by c5soft to support most recent Delphi Version 10 Seattle

    2
    190
    6.62MB
    2015-09-29
    13
  • Intraweb 11.0.63 Delphi 7 破解

    1.支持DOCTYPE,从此不用模板也能让网页通过css在不同的浏览器上获得相同的显示效果; 2.支持Chrome等多种浏览器,手机应该可以浏览IW做的网页了; 3.目录结构发生改变,files搬到wwwroot/files下了; 4.支持IWURLResponderEvent,从此可以写RESTFul标准的服务端了; 5.对Ajax支持得更好,引入TIWAJAXNotifier控件(其实这个是可以在IW9下通过Javascript代码实现的)。

    5
    166
    6.74MB
    2015-04-10
    10
  • MSP430Ware driverLib API 波特率计算程序

    由UART时钟与设定波特率计算MSP430库函数USCI_A_UART_initAdvance调用参数 clockPrescalar,p.firstModReg,secondModReg与overSampling。 下载压缩包释放到硬盘上任意位置,点击baudrate.html打开。

    0
    250
    5KB
    2014-08-07
    16
  • Halcyon698 XE5

    Halcyon 6.9.8 for XE5, DBF文件读写利器。 网上有XE2的版本,从XE3开始,TDataset变化较大,网上搜不到,只好自己动手改。压缩包中的bpl在XE5 Update2环境下编译。

    4
    163
    3.18MB
    2014-04-06
    10
  • DbVisualizer 9.1.1 pro 破解64bit

    DbVisualizer 9.1.1 pro Windows 7 64bit 破解版。 安装说明: 1.安装java 64位的运行环境 2.将本压缩包释放到一个文件夹下 3.运行dbvis.exe,导入crack文件夹下的licencse文件. 本下载就供研究学习,商业应用请购买正版。

    5
    544
    74.21MB
    2013-10-15
    15
  • 阅读者勋章

    授予在CSDN APP累计阅读博文达到3天的你,是你的坚持与努力,使你超越了昨天的自己。
  • 分享王者

    成功上传51个资源即可获取
关注 私信
上传资源赚积分or赚钱