生成的pdf文件margins不对,如何解决?# TeX - TeX电子排版系统
i*p
1 楼
The following is my code to get data from HTTP service. If I have ever got
data from one link, say "http://x.x.x.x/Flex/Access_title.aspx?Title=1", the next time when I need the same data, Flex will not set up HTTP connection to get the new data. Instead, it uses the saved old data. How can I make Flex to get new data every times? Thanks!
private var title: Array =
[ {label:"All", data1:"http://x.x.x.x/Flex/Access_all.aspx",
data2:"http://x.x.x.x/Flex/Access2_all.aspx"},
data from one link, say "http://x.x.x.x/Flex/Access_title.aspx?Title=1", the next time when I need the same data, Flex will not set up HTTP connection to get the new data. Instead, it uses the saved old data. How can I make Flex to get new data every times? Thanks!
private var title: Array =
[ {label:"All", data1:"http://x.x.x.x/Flex/Access_all.aspx",
data2:"http://x.x.x.x/Flex/Access2_all.aspx"},