-
If I use your code quality of image corrupted .
private Bitmap decodeFile(File f) {
final int MAX_SIZE = 400;
try {
```
BitmapFactory.Options o = new BitmapFactory.Options();
…
-
按照官方给出的receiver.php代码,copy到服务器端,使用fis release -cmpd test 结果出现以下情况:
/usr/local/lib/node_modules/fis/node_modules/fis-kernel/lib/log.js:63
throw err
^
Error: upload file [/build.sh…
-
Hi @MattReimer and @philipbaileynar. Sorry not to have better news here on my FIS Testing. I discovered a bunch of minor things in comparing GCD 6 and GCD 7. More fundamentally, GCD 7 IS NOT producing…
-
fis-conf.js配置如下:
// 插件配置
fis.match('::packager', {
//fis-spriter-csssprites 插件 开启雪碧图合并
spriter: fis.plugin('csssprites'),
```
// npm install [-g] fis3-postpackager-loader
// 分析 __RESOURCE_MA…
-
gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-11)
node: v0.12.7
npm: 2.11.3
npm install -g fis-parser-sass
\
> fis-sass@3.1.3 install /apps/node-v0.12.7-linux-x64/lib/node_modules/fis-parser-sass/node_modu…
-
我的 NPM 的 prefix 路径原来是:
```
C:\Users\XXXXXXXX\AppData\Roaming\npm\
```
安装 fisp 也到了这个路径下,可正常使用。
将 prefix 修改为:
```
"D:\\Program Files (x86)\\nodejs"
```
然后将 fisp 移到其下,预期的路径是:
```
D:\Program Files (…
-
我有这么个需求,fis里集成了react/webpack,在fis-conf里需要先run webpack,编译成功后再走fis的流程。
所以fis的流程需要是异步的,但是现在release时,fis-conf里如果没有内容执行的话,会按默认的目录结构release。
可否在调用fis-conf的地方先判断fis-conf的返回,null或undefined的时候还是走默认,promi…
-
fis-conf设置
```
fis.hook('relative');
fis.set('new date', Date.now());
fis.match('**', {
query: '?t=' + fis.get('new date')
});
fis.match('**', {
relative: true
})
```
输出结果:
`href="style.css?…
-
Noticed that the hashes are calculated based on the real file instead of using existing information from the maven cache.
https://github.com/CycloneDX/cyclonedx-maven-plugin/blob/51bde9e135ded7248e…
-
配置:
```
fis.match('::packager', {
// npm install [-g] fis3-postpackager-loader
// 分析 __RESOURCE_MAP__ 结构,来解决资源加载问题
postpackager: fis.plugin('loader', {
resourceType: 'mod',
…