file-generation
How to get Styled HTML to print a file with PHP
I was using this: http://softwaremaniacs.org/soft/highlight/en/ to highlight code, as seen here: http://www.u4ik.us/code and if you type in some code and hit go, it highlights it. You can change the c[详细]
2023-04-02 10:03 分类:问答The right way of generating pdf, xls, png files in webapp
I have to generate some reports of various file type(excel, pdf, png), based on the inputs of a web application. The application is written in PHP on a apache webserver.[详细]
2023-03-01 08:08 分类:问答Makefile: order of dependency evaluation
Assume a target foo.tar, that depends on a list of files foo.files, e.g. FOO_FILES := $(shell cat foo.files)[详细]
2023-02-06 19:07 分类:问答