这是一个非常简单的问题,我无法在LocalAppData中找到Lxss文件夹,而该文件夹是在Windows上的Ubuntu上存储来自Bash的文件。
我只看到两种可能性之一。 Windows在Windows上的Ubuntu上的Bash更新中移动了Lxss文件夹,或者是特定于我的系统的错误导致Windows无法创建Lxss文件夹。我不认为这是可能的,因为它是一个全新的Windows安装。
LocalAppData截图:
如果需要,我可以添加更多信息。
答案 0 :(得分:56)
实际上它已在最新版本中移动到:
-(IBAction)save_area:(id)sender {
{
UITableView *tableView = self.myTable;
NSInteger sections = tableView.numberOfSections;
NSMutableArray *cells = [[NSMutableArray alloc] init];
for (int section = 0; section < sections; section++) {
NSInteger rows = [tableView numberOfRowsInSection:section];
for (int row = 0; row < rows; row++) {
NSIndexPath *indexPath = [NSIndexPath indexPathForRow:row inSection:section];
UITableViewCell *cell = [self.myTable cellForRowAtIndexPath:indexPath];//**here, for those cells not in current screen, cell is nil**
[cells addObject:cell];
// SodTableCell *cell2 = (SodTableCell *) [tableView cellForRowAtIndexPath:indexPath];
// cell2.areaNumber.text = [tabledata objectAtIndex:indexPath.row];
NSUserDefaults *save1 = [NSUserDefaults standardUserDefaults];
[save1 setObject:tabledata forKey:@"tablerow_area_input_by_user"];
[save1 synchronize];
NSLog(@"This number is from save button %@",[save1 valueForKey:@"tablerow_area_input_by_user"]);
}
}
}
答案 1 :(得分:53)
您必须取消选中&#34;隐藏受保护的操作系统文件(推荐)&#34;在文件夹选项窗口中。
答案 2 :(得分:1)
所选解决方案较旧,仅对Ubuntu有效。
对于Opensuse jump-15.1用户,这是不同的:
C:\ Users \“您的用户名” \ AppData \ Local \ Packages \ 46932SUSE.openSUSE-Leap-15-1_022rs5jcyhyac \ LocalState \ rootfs
版本号会有所不同,将来可能会更改。
技巧是在C:\ Users \“您的用户名”> \ AppData \ Local \ Packages \“ xxxxx” \ LocalState \ root \ fs中查找与Linux相关的东西
其中
答案 3 :(得分:0)
在最新版本的Windows Fall Creator Update中,我在C:\Users\%USERNAME%\AppData\Local\lxss\