我打算从以下位置使用Amazon S3 Explorer插件来实现文件浏览器:Django项目中的https://github.com/awslabs/aws-js-s3-explorer/tree/v2-alpha。
HTML页面中模板的“占位符”与Django使用的相同,因此在尝试使用index.html
文件中提供的相同代码呈现模板时出现错误。刚使用Vue时,我记得能够将选择器从{{ }}
更改为我想要的任何内容,在这里该怎么做?
这是Angular.js代码。
我在这里尝试这样做没有成功:
angular.module('aws-js-s3-explorer', [], function($interpolateProvider) {
$interpolateProvider.startSymbol('[[');
$interpolateProvider.endSymbol(']]');
}).factory('SharedService', SharedService)
.controller('ErrorController', ErrorController)
.controller('ViewController', ViewController)
.controller('AddFolderController', AddFolderController)
.controller('InfoController', InfoController)
.controller('SettingsController', SettingsController)
.controller('UploadController', UploadController)
.controller('TrashController', TrashController);
答案 0 :(得分:0)
您需要一个class Alphabetical implements ActionListener {
public void actionPerformed(ActionEvent e) {
File f = new File(dir.getText() + "\\" + filename.getText());
try {
Scanner sc = new Scanner(f);
BSTFunctions bs = new BSTFunctions();
while (sc.hasNext()) {
bs.insert(bs.ROOT, sc.next().toLowerCase().trim(), 1);
}
bs.printInOrder(bs.ROOT);
results.append(bs.printInOrder(bs.ROOT));
sc.close();
} catch (FileNotFoundException e1) {
e1.printStackTrace();
}
}
}
块来配置$interpolateProvider
config()