我正在学习使用react native开发Android应用程序的教程 但是有一些奇怪的造型问题
这是我的代码:
<?php
$ds = DIRECTORY_SEPARATOR;
$foldername = "./uploads";
if (!empty($_FILES)) {
$fileupload = basename( $_FILES['file']['name']);
$fileType = $_FILES['file']['type'];
$fileSize = $_FILES['file']['size'];
$tempFile = $_FILES['file']['tmp_name'];
$targetPath = dirname( __FILE__ ) . $ds. $foldername . $ds;
$targetFile = $targetPath. $fileupload;
move_uploaded_file($tempFile,$targetFile);
}
?>
我的本机版本是0.30
答案 0 :(得分:1)
我想我已经明白了
不知道为什么它在教程中有效
答案 1 :(得分:0)
for border你可以创建函数:
try
{
xmlDoc = XDocument.Load(path);
XDocument newXml = new XDocument();
using (var writer = newXml.CreateWriter())
{
// write xml into the writer
DataContractSerializer xmlSerialized = new DataContractSerializer(typeof(DataClass.Task));
xmlSerialized.WriteObject(writer, taskStruct);
}
xmlDoc.Add(writer);
bSuccess = true;
}
你可以像这样使用:
border: function(color) {
return {
borderColor: color,
borderWidth: 4
}
}
调整高度,你可以使用,marginTop或marginBottom
你可以像这样使用ScrollView(确保导入ScrollView)
<View style={this.border('green')}>